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

Commit f0fa429

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lmdb-rkv"
33
# NB: When modifying, also modify html_root_url in lib.rs
4-
version = "0.12.3"
4+
version = "0.13.0"
55
authors = ["Dan Burkert <[email protected]>", "Victor Porof <[email protected]>"]
66
license = "Apache-2.0"
77
description = "Idiomatic and safe LMDB wrapper."

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! [Lightning Memory-mapped Database (LMDB)](https://symas.com/lmdb).
33
44
#![deny(missing_docs)]
5-
#![doc(html_root_url = "https://docs.rs/lmdb-rkv/0.12.3")]
5+
#![doc(html_root_url = "https://docs.rs/lmdb-rkv/0.13.0")]
66

77
extern crate byteorder;
88
extern crate libc;

0 commit comments

Comments
 (0)