From d0b14b49fd4f7d59b1849f858afd049837d27e48 Mon Sep 17 00:00:00 2001 From: Prabir Shrestha Date: Mon, 15 Feb 2021 05:28:52 +0000 Subject: [PATCH] update version to v0.55.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8bae704..73469a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1412,7 +1412,7 @@ dependencies = [ [[package]] name = "rblog" -version = "0.53.0" +version = "0.55.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index d9ffbfc..a143716 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rblog" -version = "0.53.0" +version = "0.55.0" authors = ["Prabir Shrestha "] edition = "2018" license = "MIT"