Skip to content

Commit 1ef547f

Browse files
committed
Bump versions
1 parent 4a88b58 commit 1ef547f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

heed/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heed"
3-
version = "0.22.1-nested-rtxns-4"
3+
version = "0.22.1-nested-rtxns-5"
44
authors = ["Kerollmops <[email protected]>"]
55
description = "A fully typed LMDB (mdb.master) wrapper with minimum overhead"
66
license = "MIT"
@@ -16,7 +16,7 @@ byteorder = { version = "1.5.0", default-features = false }
1616
heed-traits = { version = "0.20.0", path = "../heed-traits" }
1717
heed-types = { version = "0.21.0", default-features = false, path = "../heed-types" }
1818
libc = "0.2.175"
19-
lmdb-master-sys = { version = "0.2.6-nested-rtxns-4", path = "../lmdb-master-sys" }
19+
lmdb-master-sys = { version = "0.2.6-nested-rtxns-5", path = "../lmdb-master-sys" }
2020
once_cell = "1.21.3"
2121
page_size = "0.6.0"
2222
serde = { version = "1.0.223", features = ["derive"], optional = true }

lmdb-master-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lmdb-master-sys"
33
# NB: When modifying, also modify html_root_url in lib.rs
4-
version = "0.2.6-nested-rtxns-4"
4+
version = "0.2.6-nested-rtxns-5"
55
authors = [
66
"Kerollmops <[email protected]>",
77
"Dan Burkert <[email protected]>",

0 commit comments

Comments
 (0)