From f4e45a2f3a807953a4c2ea7237c03b96d31269f8 Mon Sep 17 00:00:00 2001 From: Myk Melez Date: Tue, 4 Dec 2018 21:57:01 -0500 Subject: [PATCH] update patch version to 0.9.1 In preparation for publishing a new version after the fix to RwTransaction.del() in #17. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65da4ca..6129c0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "lmdb-rkv" # NB: When modifying, also modify html_root_url in lib.rs -version = "0.9.0" +version = "0.9.1" authors = ["Dan Burkert "] license = "Apache-2.0"