From f42e303253e663962b582f0272df46dde28d579b Mon Sep 17 00:00:00 2001 From: Rakshith Ravi Date: Thu, 4 Jun 2020 19:08:35 +0530 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9392096..544b619 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,7 +229,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "juno" -version = "0.1.4" +version = "0.1.5" dependencies = [ "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "async-trait 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3e8e4d8..8a1ee20 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Rakshith Ravi "] edition = "2018" name = "juno" -version = "0.1.4" +version = "0.1.5" license = "MIT" description = "A helper rust library for the juno microservices framework" homepage = "https://github.com/bytesonus/juno-rust"