Skip to content

Commit 294ee13

Browse files
committed
Bump crate versions
1 parent 1c70f2b commit 294ee13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exclude = ['crates/without_debuginfo', 'crates/macos_frames_test', 'crates/line-
2121
[dependencies]
2222
cfg-if = "0.1.10"
2323
rustc-demangle = "0.1.4"
24-
backtrace-sys = { path = "crates/backtrace-sys", version = "0.1.33", optional = true, default_features = false }
24+
backtrace-sys = { path = "crates/backtrace-sys", version = "0.1.35", 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

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

0 commit comments

Comments
 (0)