From 5351bbfcf1bcabcb6632768b23e606d4cb53540b Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 24 Feb 2018 15:20:15 +0100 Subject: Recompile with Rust 1.24.0 $ rustc --version rustc 1.24.0 (4d90ac38c 2018-02-12) --- Cargo.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee5552b..f90dbf2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,11 +1,3 @@ -[root] -name = "passextract" -version = "0.3.0" -dependencies = [ - "clipboard 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "rustty 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "block" version = "0.1.6" @@ -91,6 +83,14 @@ dependencies = [ "objc 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "passextract" +version = "0.3.0" +dependencies = [ + "clipboard 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rustty 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "pkg-config" version = "0.3.8" -- cgit v1.2.3