Skip to content

Commit 52be23f

Browse files
authored
Merge pull request #271 from meilisearch/bump-version
Bump versions
2 parents 74f748a + b6e9d3d commit 52be23f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.20.3"
3+
version = "0.20.4"
44
authors = ["Kerollmops <[email protected]>"]
55
description = "A fully typed LMDB 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.20.1", default-features = false, path = "../heed-types" }
1818
libc = "0.2.155"
19-
lmdb-master-sys = { version = "0.2.2", path = "../lmdb-master-sys" }
19+
lmdb-master-sys = { version = "0.2.3", path = "../lmdb-master-sys" }
2020
once_cell = "1.19.0"
2121
page_size = "0.6.0"
2222
serde = { version = "1.0.203", 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.2"
4+
version = "0.2.3"
55
authors = [
66
"Kerollmops <[email protected]>",
77
"Dan Burkert <[email protected]>",

0 commit comments

Comments
 (0)