Skip to content

Commit a3f56c8

Browse files
authored
Merge pull request danburkert#32 from mykmelez/publish-lmdb-rkv-sys-0.8.2
update patch version for lmdb-rkv-sys 0.8.2
2 parents c84f060 + d596356 commit a3f56c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lmdb-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

lmdb-sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![allow(non_camel_case_types)]
22
#![deny(warnings)]
3-
#![doc(html_root_url = "https://docs.rs/lmdb-rkv-sys/0.8.1")]
3+
#![doc(html_root_url = "https://docs.rs/lmdb-rkv-sys/0.8.2")]
44

55
extern crate libc;
66

0 commit comments

Comments
 (0)