diff options
author | Teddy Wing | 2018-02-24 15:20:15 +0100 |
---|---|---|
committer | Teddy Wing | 2018-02-24 15:20:15 +0100 |
commit | 5351bbfcf1bcabcb6632768b23e606d4cb53540b (patch) | |
tree | 23ed5f24697b284b8c7aad8608848de891066e6c /Cargo.lock | |
parent | fbef6002a4a3dbcd008012a2b285a0a7a02da244 (diff) | |
download | Passextract-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.lock | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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" |