Skip to content

Commit

Permalink
update patch version for lmdb-rkv-sys 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mykmelez committed Jun 6, 2019
1 parent d54b8f2 commit 6bfec57
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.3"
version = "0.8.4"
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.3")]
#![doc(html_root_url = "https://docs.rs/lmdb-rkv-sys/0.8.4")]

extern crate libc;

Expand Down

0 comments on commit 6bfec57

Please sign in to comment.