update patch version for lmdb-rkv-sys 0.8.2

without.crypto
Myk Melez 6 years ago
parent c84f0604a4
commit d5963565f4
  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.1" version = "0.8.2"
authors = ["Dan Burkert <dan@danburkert.com>"] authors = ["Dan Burkert <dan@danburkert.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.1")] #![doc(html_root_url = "https://docs.rs/lmdb-rkv-sys/0.8.2")]
extern crate libc; extern crate libc;

Loading…
Cancel
Save