From eec203c118ab123ede4ff8f9b35179297aeb883e Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Sat, 23 Jul 2016 10:00:15 -0700 Subject: [PATCH] Use latest stable-heap git --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5913f43..d2feaef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ exclude = [ ] [dependencies] -stable-heap = "0.1.0" +stable-heap = { git = "https://github.com/carllerche/stable-heap", rev = "3c5cd1ca47" } [dev-dependencies] rand = "0.3.5"