From 8767a2432e5fc18ff9668ec84e42f4669007ccc1 Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Mon, 26 Jun 2023 11:11:36 -0700 Subject: [PATCH] Bump version to 1.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 32c926d1..1edfe53d 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.0.0" +version = "1.0.1" edition = "2021" rust-version = "1.65" authors = ["Christopher Berner "]