Skip to content

Commit 1f84c2e

Browse files
authored
Merge pull request #20 from unicode-rs/rm-builtins
Remove compiler_builtins
2 parents 90bd26b + 790dc02 commit 1f84c2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt" ]
2020
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2121

2222
[features]
23-
rustc-dep-of-std = ['std', 'core', 'compiler_builtins']
23+
rustc-dep-of-std = ['std', 'core']
2424
bench = []
2525

2626
[dependencies]
2727
std = { version = "1.0", package = "rustc-std-workspace-std", optional = true }
2828
core = { version = "1.0", package = "rustc-std-workspace-core", optional = true }
29-
compiler_builtins = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)