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"