From 79b43071b5edcc89cf0485440fb06fc305085c72 Mon Sep 17 00:00:00 2001 From: marvin-j97 Date: Thu, 19 Sep 2024 18:08:17 +0200 Subject: [PATCH] 1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a537e89..a7a684b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "value-log" description = "Value log implementation for key-value separated LSM storage" license = "MIT OR Apache-2.0" -version = "1.0.0-pre.2" +version = "1.0.0" edition = "2021" rust-version = "1.74.0" readme = "README.md"