From 43f8adea3e1a4d5533a04355c5bbeb7ca3331cb5 Mon Sep 17 00:00:00 2001 From: Marvin <33938500+marvin-j97@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:16:32 +0100 Subject: [PATCH] 2.4.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a771e4..687d25c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "fjall" description = "LSM-based key-value storage engine" license = "MIT OR Apache-2.0" -version = "2.4.2" +version = "2.4.3" edition = "2021" rust-version = "1.74.0" readme = "README.md"