Skip to content

Commit

Permalink
Sync libstd deps with backtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed May 28, 2024
1 parent b214872 commit 6785858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ hashbrown = { version = "0.14", default-features = false, features = ['rustc-dep
std_detect = { path = "../stdarch/crates/std_detect", default-features = false, features = ['rustc-dep-of-std'] }

# Dependencies of the `backtrace` crate
rustc-demangle = { version = "0.1.21", features = ['rustc-dep-of-std'] }
rustc-demangle = { version = "0.1.24", features = ['rustc-dep-of-std'] }

[target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies]
miniz_oxide = { version = "0.7.0", optional = true, default-features = false }
addr2line = { version = "0.21.0", optional = true, default-features = false }
addr2line = { version = "0.22.0", optional = true, default-features = false }

[target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
libc = { version = "0.2.153", default-features = false, features = ['rustc-dep-of-std'], public = true }
Expand Down

0 comments on commit 6785858

Please sign in to comment.