From e3d2c2631b3a35f35c0ac60d0fecd618f3148156 Mon Sep 17 00:00:00 2001 From: arriqaaq Date: Thu, 14 Nov 2024 20:02:09 +0530 Subject: [PATCH] chore: bump version to 0.5.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a41eb0..ed447ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1212,7 +1212,7 @@ dependencies = [ [[package]] name = "surrealkv" -version = "0.5.0" +version = "0.5.1" dependencies = [ "ahash", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index 1bb1471..76f3511 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "surrealkv" publish = true -version = "0.5.0" +version = "0.5.1" edition = "2021" license = "Apache-2.0" readme = "README.md"