diff --git a/Cargo.lock b/Cargo.lock index bd68d84..e8a9fe2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1204,7 +1204,7 @@ dependencies = [ [[package]] name = "rblog" -version = "0.42.0" +version = "0.43.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 6b1d84b..436f072 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rblog" -version = "0.42.0" +version = "0.43.0" authors = ["Prabir Shrestha "] edition = "2018" license = "MIT"