From aca5649178009af01d916068d5ffecde2cd1f12e Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Sun, 24 Sep 2023 11:01:32 -0700 Subject: [PATCH] Bump version to 1.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58f266d3..c8ebc17b 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.1.0" +version = "1.2.0" edition = "2021" rust-version = "1.66" authors = ["Christopher Berner "]