diff --git a/exercises/acronym/Cargo.lock b/exercises/acronym/Cargo.lock index be098d9c9..8d844ae0b 100644 --- a/exercises/acronym/Cargo.lock +++ b/exercises/acronym/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "acronym" -version = "0.1.0" +version = "1.0.0" diff --git a/exercises/acronym/Cargo.toml b/exercises/acronym/Cargo.toml index e29ae8906..3422b3dfb 100644 --- a/exercises/acronym/Cargo.toml +++ b/exercises/acronym/Cargo.toml @@ -1,5 +1,5 @@ [package] name = "acronym" -version = "0.1.0" +version = "1.0.0" [dependencies] diff --git a/exercises/all-your-base/Cargo.lock b/exercises/all-your-base/Cargo.lock index 92cc4a2ba..756cad7a8 100644 --- a/exercises/all-your-base/Cargo.lock +++ b/exercises/all-your-base/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "allyourbase" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/all-your-base/Cargo.toml b/exercises/all-your-base/Cargo.toml index 158e71215..bd2692b2e 100644 --- a/exercises/all-your-base/Cargo.toml +++ b/exercises/all-your-base/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "allyourbase" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/allergies/Cargo.lock b/exercises/allergies/Cargo.lock index 90e76744d..fd80596cb 100644 --- a/exercises/allergies/Cargo.lock +++ b/exercises/allergies/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "allergies" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/allergies/Cargo.toml b/exercises/allergies/Cargo.toml index 48da13e87..111294690 100644 --- a/exercises/allergies/Cargo.toml +++ b/exercises/allergies/Cargo.toml @@ -1,4 +1,4 @@ [package] name = "allergies" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/alphametics/Cargo.lock b/exercises/alphametics/Cargo.lock index 2dea6a4ac..f14aa3c94 100644 --- a/exercises/alphametics/Cargo.lock +++ b/exercises/alphametics/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "alphametics" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/alphametics/Cargo.toml b/exercises/alphametics/Cargo.toml index 820638315..5850a565b 100644 --- a/exercises/alphametics/Cargo.toml +++ b/exercises/alphametics/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "alphametics" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/atbash-cipher/Cargo.lock b/exercises/atbash-cipher/Cargo.lock index b97daa29c..797f5b4d4 100644 --- a/exercises/atbash-cipher/Cargo.lock +++ b/exercises/atbash-cipher/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "atbash-cipher" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/atbash-cipher/Cargo.toml b/exercises/atbash-cipher/Cargo.toml index ac15cd8c2..1d37d7577 100644 --- a/exercises/atbash-cipher/Cargo.toml +++ b/exercises/atbash-cipher/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "atbash-cipher" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/bowling/Cargo.toml b/exercises/bowling/Cargo.toml index 0964c18d9..37fd6f1cc 100644 --- a/exercises/bowling/Cargo.toml +++ b/exercises/bowling/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "bowling" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/bracket-push/Cargo.lock b/exercises/bracket-push/Cargo.lock index 11412f139..c0770b06b 100644 --- a/exercises/bracket-push/Cargo.lock +++ b/exercises/bracket-push/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "bracket-push" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/bracket-push/Cargo.toml b/exercises/bracket-push/Cargo.toml index 198b1bdab..67e08f600 100644 --- a/exercises/bracket-push/Cargo.toml +++ b/exercises/bracket-push/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "bracket-push" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/custom-set/Cargo.lock b/exercises/custom-set/Cargo.lock index 3cf864f38..cc3726acd 100644 --- a/exercises/custom-set/Cargo.lock +++ b/exercises/custom-set/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "custom-set" -version = "0.0.0" +version = "1.0.1" diff --git a/exercises/custom-set/Cargo.toml b/exercises/custom-set/Cargo.toml index 32d692361..1cc4ef159 100644 --- a/exercises/custom-set/Cargo.toml +++ b/exercises/custom-set/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "custom-set" -version = "0.0.0" +version = "1.0.1" diff --git a/exercises/dominoes/Cargo.lock b/exercises/dominoes/Cargo.lock index b7908e9b2..2e6d5363f 100644 --- a/exercises/dominoes/Cargo.lock +++ b/exercises/dominoes/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "dominoes" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/dominoes/Cargo.toml b/exercises/dominoes/Cargo.toml index c7189a6b8..9a4f0d72f 100644 --- a/exercises/dominoes/Cargo.toml +++ b/exercises/dominoes/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "dominoes" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/gigasecond/Cargo.lock b/exercises/gigasecond/Cargo.lock index 082c59411..13dd0c566 100644 --- a/exercises/gigasecond/Cargo.lock +++ b/exercises/gigasecond/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "gigasecond" -version = "0.0.0" +version = "1.0.0" dependencies = [ "chrono 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/exercises/gigasecond/Cargo.toml b/exercises/gigasecond/Cargo.toml index 6d27d9c68..853033292 100644 --- a/exercises/gigasecond/Cargo.toml +++ b/exercises/gigasecond/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gigasecond" -version = "0.0.0" +version = "1.0.0" [dependencies] chrono = "0.2" diff --git a/exercises/grains/Cargo.toml b/exercises/grains/Cargo.toml index ea865db68..fa78aa6ec 100644 --- a/exercises/grains/Cargo.toml +++ b/exercises/grains/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "grains" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/hello-world/Cargo.lock b/exercises/hello-world/Cargo.lock index ca4e4e2cb..90626ca4c 100644 --- a/exercises/hello-world/Cargo.lock +++ b/exercises/hello-world/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "hello-world" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/hello-world/Cargo.toml b/exercises/hello-world/Cargo.toml index 375da45b6..94058064e 100644 --- a/exercises/hello-world/Cargo.toml +++ b/exercises/hello-world/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "hello-world" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/largest-series-product/Cargo.toml b/exercises/largest-series-product/Cargo.toml index d13ea91ce..c5a0c7445 100644 --- a/exercises/largest-series-product/Cargo.toml +++ b/exercises/largest-series-product/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "largest-series-product" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/leap/Cargo.lock b/exercises/leap/Cargo.lock index 015af9819..0c686700c 100644 --- a/exercises/leap/Cargo.lock +++ b/exercises/leap/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "leap" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/leap/Cargo.toml b/exercises/leap/Cargo.toml index e9ad1e39a..7d5ff2574 100644 --- a/exercises/leap/Cargo.toml +++ b/exercises/leap/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "leap" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/pascals-triangle/Cargo.toml b/exercises/pascals-triangle/Cargo.toml index a47fd7d5c..d989d0c71 100644 --- a/exercises/pascals-triangle/Cargo.toml +++ b/exercises/pascals-triangle/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "pascals-triangle" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/queen-attack/Cargo.lock b/exercises/queen-attack/Cargo.lock index 5ce25b95d..23b7a71c9 100644 --- a/exercises/queen-attack/Cargo.lock +++ b/exercises/queen-attack/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "queen-attack" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/queen-attack/Cargo.toml b/exercises/queen-attack/Cargo.toml index ac694c4cc..c1c9b6e78 100644 --- a/exercises/queen-attack/Cargo.toml +++ b/exercises/queen-attack/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "queen-attack" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/react/Cargo.lock b/exercises/react/Cargo.lock index ac579264f..7304c8767 100644 --- a/exercises/react/Cargo.lock +++ b/exercises/react/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "react" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/react/Cargo.toml b/exercises/react/Cargo.toml index b6dae4439..6b8bb9cb7 100644 --- a/exercises/react/Cargo.toml +++ b/exercises/react/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "react" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/robot-simulator/Cargo.lock b/exercises/robot-simulator/Cargo.lock index 05f6c5b20..97e9d559a 100644 --- a/exercises/robot-simulator/Cargo.lock +++ b/exercises/robot-simulator/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "robot-simulator" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/robot-simulator/Cargo.toml b/exercises/robot-simulator/Cargo.toml index af4017bd7..63961c151 100644 --- a/exercises/robot-simulator/Cargo.toml +++ b/exercises/robot-simulator/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "robot-simulator" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/roman-numerals/Cargo.lock b/exercises/roman-numerals/Cargo.lock index 61b361b7e..92fe942bb 100644 --- a/exercises/roman-numerals/Cargo.lock +++ b/exercises/roman-numerals/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "roman-numerals" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/roman-numerals/Cargo.toml b/exercises/roman-numerals/Cargo.toml index 0f25967ca..6ae5e099d 100644 --- a/exercises/roman-numerals/Cargo.toml +++ b/exercises/roman-numerals/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "roman-numerals" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/rotational-cipher/Cargo.lock b/exercises/rotational-cipher/Cargo.lock index ec5b46daa..0cb184142 100644 --- a/exercises/rotational-cipher/Cargo.lock +++ b/exercises/rotational-cipher/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "rotational-cipher" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/rotational-cipher/Cargo.toml b/exercises/rotational-cipher/Cargo.toml index 51f3d3a6a..5e9219749 100644 --- a/exercises/rotational-cipher/Cargo.toml +++ b/exercises/rotational-cipher/Cargo.toml @@ -1,4 +1,4 @@ [package] name = "rotational-cipher" -version = "0.0.0" +version = "1.0.0" authors = ["Chad Baxter "] diff --git a/exercises/run-length-encoding/Cargo.lock b/exercises/run-length-encoding/Cargo.lock index 8114c0f53..98d629db4 100644 --- a/exercises/run-length-encoding/Cargo.lock +++ b/exercises/run-length-encoding/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "run-length-encoding" -version = "0.1.0" +version = "1.0.0" diff --git a/exercises/run-length-encoding/Cargo.toml b/exercises/run-length-encoding/Cargo.toml index 3444428ac..a9c621f3b 100644 --- a/exercises/run-length-encoding/Cargo.toml +++ b/exercises/run-length-encoding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "run-length-encoding" -version = "0.1.0" +version = "1.0.0" authors = ["zombiefungus "] [dependencies] diff --git a/exercises/scrabble-score/Cargo.lock b/exercises/scrabble-score/Cargo.lock index f78bd5d2c..36b5d1097 100644 --- a/exercises/scrabble-score/Cargo.lock +++ b/exercises/scrabble-score/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "scrabble-score" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/scrabble-score/Cargo.toml b/exercises/scrabble-score/Cargo.toml index 2befd6321..7f087b596 100644 --- a/exercises/scrabble-score/Cargo.toml +++ b/exercises/scrabble-score/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "scrabble-score" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/sieve/Cargo.lock b/exercises/sieve/Cargo.lock index 51f2f38d0..1cdb19022 100644 --- a/exercises/sieve/Cargo.lock +++ b/exercises/sieve/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "sieve" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/sieve/Cargo.toml b/exercises/sieve/Cargo.toml index 4891a26d5..5720de3f4 100644 --- a/exercises/sieve/Cargo.toml +++ b/exercises/sieve/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "sieve" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/space-age/Cargo.lock b/exercises/space-age/Cargo.lock index db1f72d3e..020d1ff5b 100644 --- a/exercises/space-age/Cargo.lock +++ b/exercises/space-age/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "space-age" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/space-age/Cargo.toml b/exercises/space-age/Cargo.toml index f39f06650..3971530d2 100644 --- a/exercises/space-age/Cargo.toml +++ b/exercises/space-age/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "space-age" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/sum-of-multiples/Cargo.toml b/exercises/sum-of-multiples/Cargo.toml index a362da026..b44a94613 100644 --- a/exercises/sum-of-multiples/Cargo.toml +++ b/exercises/sum-of-multiples/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "sum-of-multiples" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/variable-length-quantity/Cargo.lock b/exercises/variable-length-quantity/Cargo.lock index 87ae648d9..167a83fdf 100644 --- a/exercises/variable-length-quantity/Cargo.lock +++ b/exercises/variable-length-quantity/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "variable-length-quantity" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/variable-length-quantity/Cargo.toml b/exercises/variable-length-quantity/Cargo.toml index e5a2a73bc..0edb6aeaf 100644 --- a/exercises/variable-length-quantity/Cargo.toml +++ b/exercises/variable-length-quantity/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "variable-length-quantity" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/wordy/Cargo.lock b/exercises/wordy/Cargo.lock index c39ed516c..c4279ed12 100644 --- a/exercises/wordy/Cargo.lock +++ b/exercises/wordy/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "wordy" -version = "0.0.0" +version = "1.0.0" diff --git a/exercises/wordy/Cargo.toml b/exercises/wordy/Cargo.toml index 265675076..bd123f520 100644 --- a/exercises/wordy/Cargo.toml +++ b/exercises/wordy/Cargo.toml @@ -1,3 +1,3 @@ [package] name = "wordy" -version = "0.0.0" +version = "1.0.0"