From ec6629db3b4cfe1b3c7b2d1bab7b004b3eedacd4 Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Sat, 16 Mar 2024 21:25:22 -0700 Subject: [PATCH] Bump version to 1.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae5a6ee9..4771cbcc 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 = "1.5.0" +version = "1.5.1" edition = "2021" rust-version = "1.66" authors = ["Christopher Berner "]