Bump version to 0.11.0

Signed-off-by: Victor <victor.porof@gmail.com>
without.crypto lmdb-rkv-sys-0.11.0
Victor 5 years ago
parent 4c0b5ce091
commit 74a3453dc2
  1. 2
      lmdb-sys/Cargo.toml
  2. 2
      lmdb-sys/src/lib.rs

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

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

Loading…
Cancel
Save