From ddd747f798f14c172179ae6894dd4de70e6c3eb3 Mon Sep 17 00:00:00 2001 From: Dan Burkert Date: Sat, 21 Mar 2015 10:33:36 -0700 Subject: [PATCH] 0.4.2 --- Cargo.toml | 3 ++- lmdb-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4d693fd..d5b5814 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lmdb" -version = "0.4.1" +version = "0.4.2" authors = ["Dan Burkert "] license = "Apache-2.0" @@ -17,6 +17,7 @@ name = "lmdb" [dependencies.lmdb-sys] path = "lmdb-sys" +version = "0.4.2" [dependencies] bitflags = "*" diff --git a/lmdb-sys/Cargo.toml b/lmdb-sys/Cargo.toml index ce667ef..102df73 100644 --- a/lmdb-sys/Cargo.toml +++ b/lmdb-sys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lmdb-sys" -version = "0.4.1" +version = "0.4.2" authors = ["Dan Burkert "] license = "Apache-2.0" description = "Rust bindings for liblmdb."