Skip to content

Commit

Permalink
Merge pull request #249 from meilisearch/bump-lmdb-master-sys
Browse files Browse the repository at this point in the history
Bump lmdb-master-sys to 0.2.0
  • Loading branch information
Kerollmops committed Apr 26, 2024
2 parents 9de8469 + 94772da commit aa7bf8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion heed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ byteorder = { version = "1.4.3", default-features = false }
heed-traits = { version = "0.20.0", path = "../heed-traits" }
heed-types = { version = "0.20.0", default-features = false, path = "../heed-types" }
libc = "0.2.139"
lmdb-master-sys = { version = "0.1.0", path = "../lmdb-master-sys" }
lmdb-master-sys = { version = "0.2.0", path = "../lmdb-master-sys" }
once_cell = "1.16.0"
page_size = "0.6.0"
serde = { version = "1.0.151", features = ["derive"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion lmdb-master-sys/Cargo.toml
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.1.0"
version = "0.2.0"
authors = [
"Kerollmops <clement@meilisearch.com>",
"Dan Burkert <dan@danburkert.com>",
Expand Down
2 changes: 1 addition & 1 deletion lmdb-master-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#![allow(rustdoc::invalid_html_tags)]
#![allow(non_camel_case_types)]
#![allow(clippy::all)]
#![doc(html_root_url = "https://docs.rs/lmdb-master-sys/0.1.0")]
#![doc(html_root_url = "https://docs.rs/lmdb-master-sys/0.2.0")]

extern crate libc;

Expand Down

0 comments on commit aa7bf8a

Please sign in to comment.