rust: Drop backtrace lock
We can build against the latest now that we bumped our minimum Rust version. Closes: #1716 Approved by: cgwalters
This commit is contained in:
parent
1f72fbb055
commit
f6de8f3dfc
@ -20,9 +20,6 @@ c_utf8 = "0.1.0"
|
||||
systemd = "0.4.0"
|
||||
indicatif = "0.9.0"
|
||||
lazy_static = "1.1.0"
|
||||
# Drop this once we bump our minimum rustc requirement.
|
||||
# https://github.com/alexcrichton/backtrace-rs/pull/137
|
||||
backtrace = "=0.3.9"
|
||||
|
||||
[lib]
|
||||
name = "rpmostree_rust"
|
||||
|
Loading…
Reference in New Issue
Block a user