We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c864a commit 0527cefCopy full SHA for 0527cef
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "backtrace"
3
-version = "0.3.38"
+version = "0.3.39"
4
authors = ["The Rust Project Developers"]
5
license = "MIT/Apache-2.0"
6
readme = "README.md"
@@ -21,7 +21,7 @@ exclude = ['crates/without_debuginfo']
21
[dependencies]
22
cfg-if = "0.1.6"
23
rustc-demangle = "0.1.4"
24
-backtrace-sys = { path = "crates/backtrace-sys", version = "0.1.17", optional = true }
+backtrace-sys = { path = "crates/backtrace-sys", version = "0.1.32", optional = true }
25
libc = { version = "0.2.45", default-features = false }
26
core = { version = "1.0.0", optional = true, package = 'rustc-std-workspace-core' }
27
compiler_builtins = { version = '0.1.2', optional = true }
0 commit comments