diff --git a/Cargo.toml b/Cargo.toml index 463edc6..ee50c2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,12 +30,11 @@ exclude = ["/.github/*"] [dependencies] std = { version = "1.0", package = "rustc-std-workspace-std", optional = true } core = { version = "1.0", package = "rustc-std-workspace-core", optional = true } -compiler_builtins = { version = "0.1", optional = true } [features] cjk = [] default = ["cjk"] -rustc-dep-of-std = ['std', 'core', 'compiler_builtins'] +rustc-dep-of-std = ['std', 'core'] # Legacy, now a no-op no_std = []