We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 413d6d1 + f9f619f commit 4c86d59Copy full SHA for 4c86d59
Cargo.toml
@@ -2,7 +2,7 @@
2
3
name = "lmdb-rkv"
4
# NB: When modifying, also modify html_root_url in lib.rs
5
-version = "0.11.3"
+version = "0.11.4"
6
authors = ["Dan Burkert <[email protected]>"]
7
license = "Apache-2.0"
8
@@ -37,7 +37,7 @@ members = [
37
bitflags = "1"
38
byteorder = "1.0"
39
libc = "0.2"
40
-lmdb-rkv-sys = "0.8.2"
+lmdb-rkv-sys = "0.8.3"
41
42
[dev-dependencies]
43
rand = "0.4"
src/lib.rs
@@ -3,7 +3,7 @@
#![cfg_attr(test, feature(test))]
#![deny(missing_docs)]
-#![doc(html_root_url = "https://docs.rs/lmdb-rkv/0.11.3")]
+#![doc(html_root_url = "https://docs.rs/lmdb-rkv/0.11.4")]
extern crate libc;
9
extern crate lmdb_rkv_sys as ffi;
0 commit comments