From 50ecc7b63002634e1cb67dfaa0a56d4bffd9af4e Mon Sep 17 00:00:00 2001 From: marvin-j97 Date: Fri, 19 Jul 2024 17:04:20 +0200 Subject: [PATCH] 1.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d0e105..e9a03e5 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.3.1" +version = "1.4.0" edition = "2021" rust-version = "1.74.0" readme = "README.md"