Skip to content

Commit 769c757

Browse files
authored
Merge pull request #264 from meilisearch/bump-version
Bump the versions of lmdb-master-sys and heed
2 parents 155ff8e + 7496752 commit 769c757

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.1"
3+
version = "0.20.2"
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.4.3", default-features = false }
1616
heed-traits = { version = "0.20.0", path = "../heed-traits" }
1717
heed-types = { version = "0.20.0", default-features = false, path = "../heed-types" }
1818
libc = "0.2.139"
19-
lmdb-master-sys = { version = "0.2.0", path = "../lmdb-master-sys" }
19+
lmdb-master-sys = { version = "0.2.1", path = "../lmdb-master-sys" }
2020
once_cell = "1.16.0"
2121
page_size = "0.6.0"
2222
serde = { version = "1.0.151", 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.0"
4+
version = "0.2.1"
55
authors = [
66
"Kerollmops <[email protected]>",
77
"Dan Burkert <[email protected]>",

lmdb-master-sys/lmdb

lmdb-master-sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#![allow(rustdoc::invalid_html_tags)]
44
#![allow(non_camel_case_types)]
55
#![allow(clippy::all)]
6-
#![doc(html_root_url = "https://docs.rs/lmdb-master-sys/0.2.0")]
6+
#![doc(html_root_url = "https://docs.rs/lmdb-master-sys/0.2.1")]
77

88
extern crate libc;
99

0 commit comments

Comments
 (0)