Skip to content

Commit 24d4010

Browse files
jlebonrh-atomic-bot
authored andcommitted
Cargo.toml: Fix backtrace crate to compatibile version
The latest backtrace release isn't compatible with 1.26.2. A patch for this is underway in: rust-lang/backtrace-rs#137 Though for now, let's just restrict the version since we should be bumping our minimum rustc requirement soon-ish anyway. Closes: #1713 Approved by: cgwalters
1 parent 88c2700 commit 24d4010

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rust/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ c_utf8 = "0.1.0"
2020
systemd = "0.4.0"
2121
indicatif = "0.9.0"
2222
lazy_static = "1.1.0"
23+
# Drop this once we bump our minimum rustc requirement.
24+
# https://github.com/alexcrichton/backtrace-rs/pull/137
25+
backtrace = "=0.3.9"
2326

2427
[lib]
2528
name = "rpmostree_rust"

0 commit comments

Comments
 (0)