From 4dbd9cd76d1f4d1c19bd37dbbe502e3c0b1c6bee Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Sun, 25 Aug 2024 20:53:00 -0700 Subject: [PATCH] Bump version to 2.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c7ce096..981da7f1 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.1" +version = "2.1.2" edition = "2021" rust-version = "1.66" authors = ["Christopher Berner "]