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:
Jonathan Lebon 2018-12-17 17:05:31 -05:00 committed by Atomic Bot
parent 1f72fbb055
commit f6de8f3dfc

View File

@ -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"