Remove stable heap for now

This commit is contained in:
Carl Lerche
2016-08-11 01:38:15 -07:00
parent fbebb19a02
commit be23af6bb7
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -19,7 +19,6 @@ exclude = [
]
[dependencies]
stable-heap = { git = "https://github.com/carllerche/stable-heap", rev = "3c5cd1ca47" }
log = "0.3.6"
[dev-dependencies]
-2
View File
@@ -1,8 +1,6 @@
#![crate_name = "bytes"]
#![deny(warnings)]
extern crate stable_heap;
#[macro_use]
extern crate log;