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"