-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump heed, heed3 and heed-types to v0.21.0
- Loading branch information
1 parent
446d2bd
commit b47b72f
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
|