Skip to content

Commit 0527cef

Browse files
committed
Bump to 0.3.39
1 parent 74c864a commit 0527cef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "backtrace"
3-
version = "0.3.38"
3+
version = "0.3.39"
44
authors = ["The Rust Project Developers"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"
@@ -21,7 +21,7 @@ exclude = ['crates/without_debuginfo']
2121
[dependencies]
2222
cfg-if = "0.1.6"
2323
rustc-demangle = "0.1.4"
24-
backtrace-sys = { path = "crates/backtrace-sys", version = "0.1.17", optional = true }
24+
backtrace-sys = { path = "crates/backtrace-sys", version = "0.1.32", optional = true }
2525
libc = { version = "0.2.45", default-features = false }
2626
core = { version = "1.0.0", optional = true, package = 'rustc-std-workspace-core' }
2727
compiler_builtins = { version = '0.1.2', optional = true }

0 commit comments

Comments
 (0)