changeset 554:1a7d1eba51bc v1.0

Publish v1.0
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 30 Jun 2022 21:10:37 -0700
parents bd8c4d4688d5
children bdff7d154b55
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Thu Jun 30 21:09:05 2022 -0700
+++ b/Cargo.toml	Thu Jun 30 21:10:37 2022 -0700
@@ -1,6 +1,6 @@
 [package]
 name = "rusty-leveldb"
-version = "0.3.6"
+version = "1.0"
 authors = ["Lewin Bormann <lbo@spheniscida.de>"]
 description = "A compatible re-implementation of LevelDB in Rust"
 homepage = "https://github.com/dermesser/leveldb-rs"