From eced3f2c13c4628cdc5cf70b2f5221e127cf5c51 Mon Sep 17 00:00:00 2001 From: Oli Lenehan Date: Sat, 30 Sep 2023 19:08:36 +1000 Subject: [PATCH] release: libesedb-v0.2.4, libesedb-sys-v0.2.0 --- Cargo.toml | 4 ++-- libesedb-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6043b77..6c882e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libesedb" -version = "0.2.3" +version = "0.2.4" license = "LGPL-3.0-or-later" description = "A safe Rust API for libesedb" documentation = "https://docs.rs/libesedb" @@ -11,5 +11,5 @@ categories = ["database"] edition = "2021" [dependencies] -libesedb-sys = { path = "libesedb-sys", version = "0.1.2" } +libesedb-sys = { path = "libesedb-sys", version = "0.2.0" } time = { version = "0.3.20", features = ["formatting", "macros"] } diff --git a/libesedb-sys/Cargo.toml b/libesedb-sys/Cargo.toml index f79ab1d..6fb5e2b 100644 --- a/libesedb-sys/Cargo.toml +++ b/libesedb-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libesedb-sys" -version = "0.1.2" +version = "0.2.0" license = "LGPL-3.0-or-later" description = "libesedb FFI bindings for Rust" documentation = "https://docs.rs/libesedb-sys"