-
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.
- Loading branch information
1 parent
74f748a
commit b6e9d3d
Showing
3 changed files
with
4 additions
and
4 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" | ||
version = "0.20.3" | ||
version = "0.20.4" | ||
authors = ["Kerollmops <[email protected]>"] | ||
description = "A fully typed LMDB wrapper with minimum overhead" | ||
license = "MIT" | ||
|
@@ -16,7 +16,7 @@ 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" } | ||
libc = "0.2.155" | ||
lmdb-master-sys = { version = "0.2.2", path = "../lmdb-master-sys" } | ||
lmdb-master-sys = { version = "0.2.3", path = "../lmdb-master-sys" } | ||
once_cell = "1.19.0" | ||
page_size = "0.6.0" | ||
serde = { version = "1.0.203", features = ["derive"], optional = true } | ||
|
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,7 +1,7 @@ | ||
[package] | ||
name = "lmdb-master-sys" | ||
# NB: When modifying, also modify html_root_url in lib.rs | ||
version = "0.2.2" | ||
version = "0.2.3" | ||
authors = [ | ||
"Kerollmops <[email protected]>", | ||
"Dan Burkert <[email protected]>", | ||
|
Submodule lmdb
updated
3 files
+1 −3 | libraries/liblmdb/mdb.c | |
+7 −7 | libraries/liblmdb/mdb_dump.1 | |
+0 −2 | libraries/liblmdb/mdb_load.1 |