From f6de8f3dfc708914f4723c516f1dfb27a4a4dd2a Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Mon, 17 Dec 2018 17:05:31 -0500 Subject: [PATCH] rust: Drop backtrace lock We can build against the latest now that we bumped our minimum Rust version. Closes: #1716 Approved by: cgwalters --- rust/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index bbf46e8e..3924db58 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -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"