Merge pull request #15 from mykmelez/publish-0.9.0

also update version in html_root_url in lib.rs
without.crypto 0.9.0
Myk Melez 6 years ago committed by GitHub
commit f8a4dbf3f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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