From 8f50c35fdc61b53de5ad6470fbadf5977b640029 Mon Sep 17 00:00:00 2001 From: Myk Melez Date: Thu, 28 Mar 2019 12:25:14 -0700 Subject: [PATCH] update patch version for lmdb-rkv 0.11.3 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5301438..c54694c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "lmdb-rkv" # NB: When modifying, also modify html_root_url in lib.rs -version = "0.11.2" +version = "0.11.3" authors = ["Dan Burkert "] license = "Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index 9373734..5e09823 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,7 @@ #![cfg_attr(test, feature(test))] #![deny(missing_docs)] -#![doc(html_root_url = "https://docs.rs/lmdb-rkv/0.11.2")] +#![doc(html_root_url = "https://docs.rs/lmdb-rkv/0.11.3")] extern crate libc; extern crate lmdb_rkv_sys as ffi;