Skip to content

Commit a9d6076

Browse files
committed
Bump version numbers
1 parent ac175e2 commit a9d6076

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "backtrace"
3-
version = "0.3.44"
3+
version = "0.3.45"
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.10"
2323
rustc-demangle = "0.1.4"
24-
backtrace-sys = { path = "crates/backtrace-sys", version = "0.1.32", optional = true, default_features = false }
24+
backtrace-sys = { path = "crates/backtrace-sys", version = "0.1.33", optional = true, default_features = false }
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 }

crates/backtrace-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "backtrace-sys"
3-
version = "0.1.32"
3+
version = "0.1.33"
44
authors = ["Alex Crichton <[email protected]>"]
55
build = "build.rs"
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)