changeset 631:685df78c5778 v3.0.0

Release v3.0.0
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 14 Sep 2023 21:53:30 +0200
parents bf64ad2d36d1
children d0f9898c881f
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Thu Sep 14 21:51:34 2023 +0200
+++ b/Cargo.toml	Thu Sep 14 21:53:30 2023 +0200
@@ -1,6 +1,6 @@
 [package]
 name = "rusty-leveldb"
-version = "2.0.0"
+version = "3.0.0"
 authors = ["Lewin Bormann <lbo@spheniscida.de>"]
 description = "A compatible re-implementation of LevelDB in Rust"
 homepage = "https://github.com/dermesser/leveldb-rs"