From 94772da4bbff7038306c11aea62be1ea8759bf97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Fri, 26 Apr 2024 12:10:31 +0200 Subject: [PATCH] Bump lmdb-master-sys to 0.2.0 --- heed/Cargo.toml | 2 +- lmdb-master-sys/Cargo.toml | 2 +- lmdb-master-sys/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/heed/Cargo.toml b/heed/Cargo.toml index 5da2b050..64d59e95 100644 --- a/heed/Cargo.toml +++ b/heed/Cargo.toml @@ -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 } diff --git a/lmdb-master-sys/Cargo.toml b/lmdb-master-sys/Cargo.toml index 7e7ff6a6..d79d14c7 100644 --- a/lmdb-master-sys/Cargo.toml +++ b/lmdb-master-sys/Cargo.toml @@ -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 ", "Dan Burkert ", diff --git a/lmdb-master-sys/src/lib.rs b/lmdb-master-sys/src/lib.rs index 2f1632b6..66724ab5 100644 --- a/lmdb-master-sys/src/lib.rs +++ b/lmdb-master-sys/src/lib.rs @@ -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;