Merge pull request #20 from mykmelez/publish-0.10.0

update minor version to 0.10.0 for breaking change in #18
without.crypto 0.10.0
Myk Melez 6 years ago committed by GitHub
commit 85b87a3c7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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