From 1f76171be9410d7396103f67b58b18674f8bb9dc Mon Sep 17 00:00:00 2001 From: Prabir Shrestha Date: Tue, 21 Nov 2023 22:39:45 -0800 Subject: [PATCH] bump versio to v0.264.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c591c8e..36afd37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1336,7 +1336,7 @@ dependencies = [ [[package]] name = "rblog" -version = "0.263.0" +version = "0.264.0" dependencies = [ "anyhow", "async-fs", diff --git a/Cargo.toml b/Cargo.toml index 3ce6856..956d4d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rblog" -version = "0.263.0" +version = "0.264.0" authors = ["Prabir Shrestha "] edition = "2021" license = "MIT"