From 5e6f6fcc8450c051bb19cd1a0bdd1f0ed49c3ac4 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Tue, 12 Nov 2024 19:30:02 +0100 Subject: [PATCH] Release v3.0.2 Fixes long-standing memory leak (#51) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56bc134..0959f38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty-leveldb" -version = "3.0.1" +version = "3.0.2" authors = ["Lewin Bormann "] description = "A compatible re-implementation of LevelDB in Rust" homepage = "https://github.com/dermesser/leveldb-rs"