File tree 4 files changed +5
-5
lines changed 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
name = " lmdb"
4
4
# NB: When modifying, also modify html_root_url in lib.rs
5
- version = " 0.7.2 "
5
+ version = " 0.8.0 "
6
6
authors = [
" Dan Burkert <[email protected] >" ]
7
7
license = " Apache-2.0"
8
8
@@ -25,7 +25,7 @@ members = [
25
25
[dependencies ]
26
26
bitflags = " 1"
27
27
libc = " 0.2"
28
- lmdb-sys = { version = " 0.7.2 " , path = " lmdb-sys" }
28
+ lmdb-sys = { version = " 0.8.0 " , path = " lmdb-sys" }
29
29
30
30
[dev-dependencies ]
31
31
rand = " 0.4"
Original file line number Diff line number Diff line change 2
2
3
3
name = " lmdb-sys"
4
4
# NB: When modifying, also modify html_root_url in lib.rs
5
- version = " 0.7.2 "
5
+ version = " 0.8.0 "
6
6
authors = [
" Dan Burkert <[email protected] >" ]
7
7
license = " Apache-2.0"
8
8
Original file line number Diff line number Diff line change 1
1
#![ allow( non_camel_case_types) ]
2
2
#![ deny( warnings) ]
3
- #![ doc( html_root_url = "https://docs.rs/lmdb-sys/0.7.2 " ) ]
3
+ #![ doc( html_root_url = "https://docs.rs/lmdb-sys/0.8.0 " ) ]
4
4
5
5
extern crate libc;
6
6
Original file line number Diff line number Diff line change 3
3
4
4
#![ cfg_attr( test, feature( test) ) ]
5
5
#![ deny( missing_docs) ]
6
- #![ doc( html_root_url = "https://docs.rs/lmdb/0.7.2 " ) ]
6
+ #![ doc( html_root_url = "https://docs.rs/lmdb/0.8.0 " ) ]
7
7
8
8
extern crate libc;
9
9
extern crate lmdb_sys as ffi;
You can’t perform that action at this time.
0 commit comments