Skip to content

Commit

Permalink
Merge pull request danburkert#32 from mykmelez/publish-lmdb-rkv-sys-0…
Browse files Browse the repository at this point in the history
….8.2

update patch version for lmdb-rkv-sys 0.8.2
  • Loading branch information
mykmelez authored Feb 6, 2019
2 parents c84f060 + d596356 commit a3f56c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lmdb-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name = "lmdb-rkv-sys"
# NB: When modifying, also modify html_root_url in lib.rs
version = "0.8.1"
version = "0.8.2"
authors = ["Dan Burkert <[email protected]>"]
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion lmdb-sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![allow(non_camel_case_types)]
#![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;

Expand Down

0 comments on commit a3f56c8

Please sign in to comment.