From ee5968dd2538bcb616a4f6994db40899a476da91 Mon Sep 17 00:00:00 2001 From: Dan Burkert Date: Sun, 2 Jul 2017 18:26:00 -0700 Subject: [PATCH] reset lmdb-sys path-dep for next cycle --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66d4d3a..6d802aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ appveyor = { repository = "danburkert/lmdb-rs" } [dependencies] bitflags = "0.9" libc = "0.2" -lmdb-sys = "0.7.1" +lmdb-sys = { path = "lmdb-sys" } [dev-dependencies] rand = "0.3"