From 890fcb8b76f6db02a51537e5a2635dc84b8d230a Mon Sep 17 00:00:00 2001 From: marvin-j97 Date: Mon, 20 May 2024 13:01:12 +0200 Subject: [PATCH] 1.0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87eb02a9..af54bc4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "lsm-tree" description = "A K.I.S.S. implementation of log-structured merge trees (LSM-trees/LSMTs)" license = "MIT OR Apache-2.0" -version = "1.0.2" +version = "1.0.3" edition = "2021" rust-version = "1.74.0" readme = "README.md"