From c3701899d7c59db400ffb29eb6bf0128a3144d84 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Tue, 2 Jan 2018 13:35:58 +0100 Subject: [PATCH] Propagate the version bump to Cargo.lock --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index d47e957..4d44e16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -809,7 +809,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "wishlists" -version = "0.1.0" +version = "1.0.0" dependencies = [ "Inflector 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "comrak 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",