diff --git a/Cargo.lock b/Cargo.lock index 51fca61..5774127 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -983,7 +983,7 @@ dependencies = [ [[package]] name = "rblog" -version = "0.22.0" +version = "0.23.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 1ae4df4..d1ce76b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rblog" -version = "0.22.0" +version = "0.23.0" authors = ["Prabir Shrestha "] edition = "2018" license = "MIT"