Cargo updated the lock files
authorRalf Jung <post@ralfj.de>
Sun, 11 Feb 2018 16:42:37 +0000 (17:42 +0100)
committerRalf Jung <post@ralfj.de>
Sun, 11 Feb 2018 16:42:37 +0000 (17:42 +0100)
Cargo.lock
solutions/Cargo.lock
workspace/Cargo.lock

index b44a2877d741023dfedc90ce4256990e6fc2b84c..3174aa537aa1c97db9e698e255a82e088e34b76a 100644 (file)
@@ -1,4 +1,4 @@
-[root]
+[[package]]
 name = "rust-101"
 version = "0.1.0"
 
index 68fc9ccdd979d33a8e7bbfeeb5aba5a25b74f1ae..577ad486fbd0180ca0219bdf0ed8be17f09cdd4a 100644 (file)
@@ -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"
index 1030fcd51b0856bcf88fd2a9f42532f539630530..7111b99a0319c6f7ad882c3dd87287c5fef37509 100644 (file)
@@ -1,4 +1,4 @@
-[root]
+[[package]]
 name = "rust-101-workspace"
 version = "0.0.0"