Skip to content

Commit

Permalink
Trim an unneeded dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Aug 27, 2023
1 parent c9d4b5a commit d816e82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ libc = { version = "0.2.138", default-features = false, optional = true }
# Special dependencies used in rustc-dep-of-std mode.
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
alloc = { version = "1.0.0", optional = true, package = "rustc-std-workspace-alloc" }
compiler_builtins = { version = '0.1.49', optional = true }

[target.'cfg(not(target_arch = "arm"))'.dependencies.unwinding]
version = "0.2.0"
Expand All @@ -52,7 +51,6 @@ set_thread_id = []
rustc-dep-of-std = [
"core",
"alloc",
"compiler_builtins",
"linux-raw-sys/rustc-dep-of-std",
"bitflags/rustc-dep-of-std",
"libc/rustc-dep-of-std",
Expand Down

0 comments on commit d816e82

Please sign in to comment.