We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b8c56 commit 297b950Copy full SHA for 297b950
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "lmdb-rs"
3
-version = "0.7.3"
+version = "0.7.4"
4
authors = ["Valerii Hiora <[email protected]>"]
5
license = "MIT"
6
description = "LMDB bindings"
@@ -16,7 +16,7 @@ exclude = [
16
17
[dependencies.liblmdb-sys]
18
path = "liblmdb-sys"
19
-version = "0.2.1"
+version = "0.2.2"
20
21
[dependencies]
22
log = "0.3"
liblmdb-sys/Cargo.toml
name = "liblmdb-sys"
links = "lmdb"
0 commit comments