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