Skip to content

Commit 297b950

Browse files
committed
Bumped minor versions
1 parent f5b8c56 commit 297b950

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lmdb-rs"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
authors = ["Valerii Hiora <[email protected]>"]
55
license = "MIT"
66
description = "LMDB bindings"
@@ -16,7 +16,7 @@ exclude = [
1616

1717
[dependencies.liblmdb-sys]
1818
path = "liblmdb-sys"
19-
version = "0.2.1"
19+
version = "0.2.2"
2020

2121
[dependencies]
2222
log = "0.3"

liblmdb-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "liblmdb-sys"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Valerii Hiora <[email protected]>"]
55
links = "lmdb"
66
license = "MIT"

0 commit comments

Comments
 (0)