From 7cb1f24a4822ea28db40ebb67d909802bb2bb440 Mon Sep 17 00:00:00 2001 From: Stuart Stock Date: Sun, 10 Feb 2019 16:32:54 -0600 Subject: update 1.1.4 --- Cargo.toml | 3 ++- src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f9f07fd..e358a57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roughenough" -version = "1.1.3" +version = "1.1.4" repository = "https://github.com/int08h/roughenough" authors = ["Stuart Stock ", "Aaron Hill "] license = "Apache-2.0" @@ -34,6 +34,7 @@ hex = "0.3" base64 = "0.9" hashbrown = "0.1" humansize = "1.0" +rand = "0.6" # Used by 'awskms' rusoto_core = { version = "0.36", optional = true } diff --git a/src/lib.rs b/src/lib.rs index 5cda7bc..7e8dbe7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -75,7 +75,7 @@ pub use crate::message::RtMessage; pub use crate::tag::Tag; /// Version of Roughenough -pub const VERSION: &str = "1.1.3"; +pub const VERSION: &str = "1.1.4"; /// Roughenough version string enriched with any compile-time optional features pub fn roughenough_version() -> String { -- cgit v1.2.3