Skip to content

Commit

Permalink
Merge pull request danburkert#20 from mykmelez/publish-0.10.0
Browse files Browse the repository at this point in the history
update minor version to 0.10.0 for breaking change in danburkert#18
  • Loading branch information
mykmelez authored Dec 5, 2018
2 parents 08b8280 + 0b2cff0 commit 85b87a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 85b87a3

Please sign in to comment.