From 267b4738ac5b5f96af20462d3053aa18192eba62 Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Sun, 22 Oct 2023 10:10:42 -0700 Subject: [PATCH] Bump version to 1.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b1df5af7..cf606190 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.2.0" +version = "1.3.0" edition = "2021" rust-version = "1.66" authors = ["Christopher Berner "]