Skip to content

Commit

Permalink
Bump heed, heed3 and heed-types to v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Dec 3, 2024
1 parent 446d2bd commit b47b72f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion heed-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heed-types"
version = "0.20.2"
version = "0.21.0"
authors = ["Kerollmops <[email protected]>"]
description = "The types used with the fully typed LMDB wrapper, heed"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions heed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heed"
version = "0.20.5"
version = "0.21.0"
authors = ["Kerollmops <[email protected]>"]
description = "A fully typed LMDB (mdb.master) wrapper with minimum overhead"
license = "MIT"
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions heed3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heed3"
version = "0.20.5-beta.1"
version = "0.21.0"
authors = ["Kerollmops <[email protected]>"]
description = "A fully typed LMDB (mdb.master3) wrapper with minimum overhead with support for encryption"
license = "MIT"
Expand All @@ -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"
Expand Down

0 comments on commit b47b72f

Please sign in to comment.