From e7f37414436f8994e8954960df6b8ce83e5a2a57 Mon Sep 17 00:00:00 2001 From: Louis Person Date: Thu, 22 Feb 2018 21:35:26 +0100 Subject: [PATCH] Version bump to 0.1.1 (#3) --- batch/Cargo.toml | 2 +- batch/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/batch/Cargo.toml b/batch/Cargo.toml index 96260a2..85205de 100644 --- a/batch/Cargo.toml +++ b/batch/Cargo.toml @@ -3,7 +3,7 @@ name = "batch" description = "Distributed task queue library based on RabbitMQ" homepage = "https://kureuil.github.io/batch-rs/" repository = "https://github.com/kureuil/batch-rs" -version = "0.1.0" # remember to update html_root_url +version = "0.1.1" # remember to update html_root_url license = "MIT/Apache-2.0" authors = ["Louis Person "] readme = "README.md" diff --git a/batch/src/lib.rs b/batch/src/lib.rs index db47483..7cf82bc 100644 --- a/batch/src/lib.rs +++ b/batch/src/lib.rs @@ -49,7 +49,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/batch/0.1.0")] +#![doc(html_root_url = "https://docs.rs/batch/0.1.1")] #![deny(missing_debug_implementations)] #![deny(missing_docs)] #![allow(unused_imports)]