From b47b72fbcf3f8ed9c8ec0ee7ba6a556f828a8c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Tue, 3 Dec 2024 12:21:41 +0100 Subject: [PATCH] Bump heed, heed3 and heed-types to v0.21.0 --- heed-types/Cargo.toml | 2 +- heed/Cargo.toml | 4 ++-- heed3/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/heed-types/Cargo.toml b/heed-types/Cargo.toml index 482ba94b..967c963f 100644 --- a/heed-types/Cargo.toml +++ b/heed-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heed-types" -version = "0.20.2" +version = "0.21.0" authors = ["Kerollmops "] description = "The types used with the fully typed LMDB wrapper, heed" license = "MIT" diff --git a/heed/Cargo.toml b/heed/Cargo.toml index fb8eae96..64e58371 100644 --- a/heed/Cargo.toml +++ b/heed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heed" -version = "0.20.5" +version = "0.21.0" authors = ["Kerollmops "] description = "A fully typed LMDB (mdb.master) wrapper with minimum overhead" license = "MIT" @@ -14,7 +14,7 @@ edition = "2021" bitflags = { version = "2.6.0", features = ["serde"] } byteorder = { version = "1.5.0", default-features = false } heed-traits = { version = "0.20.0", path = "../heed-traits" } -heed-types = { version = "0.20.1", default-features = false, path = "../heed-types" } +heed-types = { version = "0.21.0", default-features = false, path = "../heed-types" } libc = "0.2.155" lmdb-master-sys = { version = "0.2.4", path = "../lmdb-master-sys" } once_cell = "1.19.0" diff --git a/heed3/Cargo.toml b/heed3/Cargo.toml index 3ebac3c3..531d4458 100644 --- a/heed3/Cargo.toml +++ b/heed3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heed3" -version = "0.20.5-beta.1" +version = "0.21.0" authors = ["Kerollmops "] description = "A fully typed LMDB (mdb.master3) wrapper with minimum overhead with support for encryption" license = "MIT" @@ -17,7 +17,7 @@ bitflags = { version = "2.6.0", features = ["serde"] } byteorder = { version = "1.5.0", default-features = false } generic-array = { version = "0.14.6", features = ["serde"] } heed-traits = { version = "0.20.0", path = "../heed-traits" } -heed-types = { version = "0.20.1", default-features = false, path = "../heed-types" } +heed-types = { version = "0.21.0", default-features = false, path = "../heed-types" } libc = "0.2.155" lmdb-master3-sys = { version = "0.2.4", path = "../lmdb-master3-sys" } once_cell = "1.19.0"