Bump version to 0.9.0

Signed-off-by: Victor Porof <victor.porof@gmail.com>
without.crypto
Victor Porof 5 years ago
parent 13d77dd004
commit a5ceeb29d5
  1. 2
      lmdb-sys/Cargo.toml
  2. 2
      lmdb-sys/src/lib.rs

@ -2,7 +2,7 @@
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.8.6" version = "0.9.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"

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

Loading…
Cancel
Save