Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 4d4594c

Browse files
committed
Bump version to 0.10.1
Signed-off-by: Victor <[email protected]>
1 parent dccf69c commit 4d4594c

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
@@ -1,7 +1,7 @@
11
[package]
22
name = "lmdb-rkv-sys"
33
# NB: When modifying, also modify html_root_url in lib.rs
4-
version = "0.10.0"
4+
version = "0.10.1"
55
authors = ["Dan Burkert <[email protected]>", "Victor Porof <[email protected]>"]
66
license = "Apache-2.0"
77
description = "Rust bindings for liblmdb."

lmdb-sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![deny(warnings)]
22
#![allow(non_camel_case_types)]
33
#![allow(clippy::all)]
4-
#![doc(html_root_url = "https://docs.rs/lmdb-rkv-sys/0.10.0")]
4+
#![doc(html_root_url = "https://docs.rs/lmdb-rkv-sys/0.10.1")]
55

66
extern crate libc;
77

0 commit comments

Comments
 (0)