From fc02628a1a10b5596cefe4596f7dbf6ec4797237 Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Fri, 9 Jun 2023 11:15:17 -0700 Subject: [PATCH] Bump version to 0.21.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 246895c8..ff7a3ca3 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 = "0.20.0" +version = "0.21.0" edition = "2021" rust-version = "1.65" authors = ["Christopher Berner "]