Skip to content

Commit

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

publish lmdb-rkv-sys 0.8.4
  • Loading branch information
mykmelez authored Jun 6, 2019
2 parents 52151c2 + 6bfec57 commit f070971
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/lmdb
Submodule lmdb updated 1 files
+1 −2 libraries/liblmdb/mdb.c
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 f070971

Please sign in to comment.