also update version in html_root_url in lib.rs

without.crypto
Myk Melez 6 years ago
parent e1b3a8ecce
commit 7f2ab01e09
  1. 2
      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.8.1")]
#![doc(html_root_url = "https://docs.rs/lmdb-rkv/0.9.0")]
extern crate libc;
extern crate lmdb_sys as ffi;

Loading…
Cancel
Save