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

Commit 6ab0155

Browse files
authored
Merge pull request #21 from mykmelez/publish-0.11.0
update minor version for breaking change in #14
2 parents bdf573a + 8dfcf0e commit 6ab0155

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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"
44
# NB: When modifying, also modify html_root_url in lib.rs
5-
version = "0.10.0"
5+
version = "0.11.0"
66
authors = ["Dan Burkert <[email protected]>"]
77
license = "Apache-2.0"
88

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
#![cfg_attr(test, feature(test))]
55
#![deny(missing_docs)]
6-
#![doc(html_root_url = "https://docs.rs/lmdb-rkv/0.10.0")]
6+
#![doc(html_root_url = "https://docs.rs/lmdb-rkv/0.11.0")]
77

88
extern crate libc;
99
extern crate lmdb_sys as ffi;

0 commit comments

Comments
 (0)