From 8ea50623b6c25ecabff746f4d1b3c02718643889 Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Thu, 10 Oct 2024 20:08:04 -0700 Subject: [PATCH] Bump version to 2.1.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8d1f5ad0..0ec908da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://www.redb.org" repository = "https://github.com/cberner/redb" readme = "README.md" license = "MIT OR Apache-2.0" -version = "2.1.3" +version = "2.1.4" edition = "2021" rust-version = "1.66" authors = ["Christopher Berner "]