From d07c0c83bbf72f64a909157dc260e6597a4eaad1 Mon Sep 17 00:00:00 2001 From: Prabir Shrestha Date: Tue, 16 Jun 2020 04:00:36 +0000 Subject: [PATCH] update version to v0.24.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5774127..d425a5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -983,7 +983,7 @@ dependencies = [ [[package]] name = "rblog" -version = "0.23.0" +version = "0.24.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index d1ce76b..212c4c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rblog" -version = "0.23.0" +version = "0.24.0" authors = ["Prabir Shrestha "] edition = "2018" license = "MIT"