We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c84f060 + d596356 commit a3f56c8Copy full SHA for a3f56c8
lmdb-sys/Cargo.toml
@@ -2,7 +2,7 @@
2
3
name = "lmdb-rkv-sys"
4
# NB: When modifying, also modify html_root_url in lib.rs
5
-version = "0.8.1"
+version = "0.8.2"
6
authors = ["Dan Burkert <[email protected]>"]
7
license = "Apache-2.0"
8
lmdb-sys/src/lib.rs
@@ -1,6 +1,6 @@
1
#![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;
0 commit comments