update minor version for breaking change in #18

without.crypto
Myk Melez 6 years ago
parent 08b8280751
commit 0b2cff0c83
  1. 2
      Cargo.toml
  2. 2
      src/lib.rs

@ -2,7 +2,7 @@
name = "lmdb-rkv"
# NB: When modifying, also modify html_root_url in lib.rs
version = "0.9.1"
version = "0.10.0"
authors = ["Dan Burkert <dan@danburkert.com>"]
license = "Apache-2.0"

@ -3,7 +3,7 @@
#![cfg_attr(test, feature(test))]
#![deny(missing_docs)]
#![doc(html_root_url = "https://docs.rs/lmdb-rkv/0.9.1")]
#![doc(html_root_url = "https://docs.rs/lmdb-rkv/0.10.0")]
extern crate libc;
extern crate lmdb_sys as ffi;

Loading…
Cancel
Save