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

Commit

Permalink
Merge pull request #15 from mykmelez/publish-0.9.0
Browse files Browse the repository at this point in the history
also update version in html_root_url in lib.rs
  • Loading branch information
mykmelez committed Nov 19, 2018
2 parents 0bdfb17 + 7f2ab01 commit f8a4dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f8a4dbf

Please sign in to comment.