From: Ralf Jung Date: Sun, 11 Feb 2018 16:42:37 +0000 (+0100) Subject: Cargo updated the lock files X-Git-Url: https://git.ralfj.de/rust-101.git/commitdiff_plain/9f9b301fd5e86ae4b8cf743f80a129e4addb3635 Cargo updated the lock files --- diff --git a/Cargo.lock b/Cargo.lock index b44a287..3174aa5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,4 +1,4 @@ -[root] +[[package]] name = "rust-101" version = "0.1.0" diff --git a/solutions/Cargo.lock b/solutions/Cargo.lock index 68fc9cc..577ad48 100644 --- a/solutions/Cargo.lock +++ b/solutions/Cargo.lock @@ -1,10 +1,3 @@ -[root] -name = "solutions" -version = "0.1.0" -dependencies = [ - "docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "aho-corasick" version = "0.6.3" @@ -89,6 +82,13 @@ dependencies = [ "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "solutions" +version = "0.1.0" +dependencies = [ + "docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "strsim" version = "0.6.0" diff --git a/workspace/Cargo.lock b/workspace/Cargo.lock index 1030fcd..7111b99 100644 --- a/workspace/Cargo.lock +++ b/workspace/Cargo.lock @@ -1,4 +1,4 @@ -[root] +[[package]] name = "rust-101-workspace" version = "0.0.0"