Bump version to 0.9.6

Signed-off-by: Victor Porof <victor.porof@gmail.com>
without.crypto lmdb-rkv-sys-0.9.6
Victor Porof 5 years ago
parent b6e5ad193a
commit 5f5245ad4d
  1. 2
      lmdb-sys/Cargo.toml
  2. 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.9.5"
version = "0.9.6"
authors = ["Dan Burkert <dan@danburkert.com>", "Victor Porof <vporof@mozilla.com>"]
license = "Apache-2.0"
description = "Rust bindings for liblmdb."

@ -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.9.5")]
#![doc(html_root_url = "https://docs.rs/lmdb-rkv-sys/0.9.6")]
extern crate libc;

Loading…
Cancel
Save