Update lmdb and to latest version of mdb.RE/0.9.24-moz branch

without.crypto
Mike Hommey 2 years ago committed by Emilio Cobos Álvarez
parent df1c2f56e3
commit c517e9c90b
  1. 2
      lmdb-sys/Cargo.toml
  2. 2
      lmdb-sys/lmdb
  3. 2
      lmdb-sys/src/lib.rs

@ -1,7 +1,7 @@
[package]
name = "lmdb-rkv-sys"
# NB: When modifying, also modify html_root_url in lib.rs
version = "0.11.0"
version = "0.11.1"
authors = ["Dan Burkert <dan@danburkert.com>", "Victor Porof <vporof@mozilla.com>"]
license = "Apache-2.0"
description = "Rust bindings for liblmdb."

@ -1 +1 @@
Subproject commit b7df2cac50fb41e8bd16aab4cc5fd167be9e032a
Subproject commit 205300e8aecf91c6f94be7da1e7681822608f600

@ -1,7 +1,7 @@
#![deny(warnings)]
#![allow(non_camel_case_types)]
#![allow(clippy::all)]
#![doc(html_root_url = "https://docs.rs/lmdb-rkv-sys/0.11.0")]
#![doc(html_root_url = "https://docs.rs/lmdb-rkv-sys/0.11.1")]
extern crate libc;

Loading…
Cancel
Save