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"