From bae2c8873dd7c7bc76cffc33dc7866c469732afe Mon Sep 17 00:00:00 2001 From: Oli Lenehan Date: Thu, 11 Jan 2024 16:29:59 +1100 Subject: [PATCH] release: libesedb-v0.2.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c882e5..2bf2e69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libesedb" -version = "0.2.4" +version = "0.2.5" license = "LGPL-3.0-or-later" description = "A safe Rust API for libesedb" documentation = "https://docs.rs/libesedb"