aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorTeddy Wing2018-02-24 15:20:15 +0100
committerTeddy Wing2018-02-24 15:20:15 +0100
commit5351bbfcf1bcabcb6632768b23e606d4cb53540b (patch)
tree23ed5f24697b284b8c7aad8608848de891066e6c /Cargo.lock
parentfbef6002a4a3dbcd008012a2b285a0a7a02da244 (diff)
downloadPassextract-5351bbfcf1bcabcb6632768b23e606d4cb53540b.tar.bz2
Recompile with Rust 1.24.0
$ rustc --version rustc 1.24.0 (4d90ac38c 2018-02-12)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files 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"
@@ -92,6 +84,14 @@ dependencies = [
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"