From e29ebcb18a68c3a348f346312868ddeda94c6ade Mon Sep 17 00:00:00 2001 From: Prabir Shrestha Date: Mon, 27 May 2024 22:43:54 -0700 Subject: [PATCH] bump version to v0.269.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9e9c30..50c9cd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1538,7 +1538,7 @@ dependencies = [ [[package]] name = "rblog" -version = "0.268.0" +version = "0.269.0" dependencies = [ "anyhow", "async-fs", diff --git a/Cargo.toml b/Cargo.toml index ba8d5d4..bb04743 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rblog" -version = "0.268.0" +version = "0.269.0" authors = ["Prabir Shrestha "] edition = "2021" license = "MIT"