From 3afdd0e0606c4ac1dd57a6edebc1ee8846e4e9e2 Mon Sep 17 00:00:00 2001 From: Peter Tseng Date: Sun, 18 Nov 2018 13:13:13 +0000 Subject: [PATCH] proverb: no-op declare compliance with 1.1.0 Actually, the canonical data was born from the Rust implementation. https://github.com/exercism/problem-specifications/pull/994 1.1.0 moves inputs to the `input` object. https://github.com/exercism/problem-specifications/pull/1157 The Rust track has all the canonical tests, although in a different order. Reviewers should indicate whether an ordering change in the Rust tests is desired. --- exercises/proverb/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/proverb/Cargo.toml b/exercises/proverb/Cargo.toml index e336b39f7..5cd818522 100644 --- a/exercises/proverb/Cargo.toml +++ b/exercises/proverb/Cargo.toml @@ -1,5 +1,5 @@ [package] name = "proverb" -version = "0.0.0" +version = "1.1.0" [dependencies]