Skip to content
Snippets Groups Projects
Commit be23af6b authored by Carl Lerche's avatar Carl Lerche
Browse files

Remove stable heap for now

parent fbebb19a
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,6 @@ exclude = [ ...@@ -19,7 +19,6 @@ exclude = [
] ]
[dependencies] [dependencies]
stable-heap = { git = "https://github.com/carllerche/stable-heap", rev = "3c5cd1ca47" }
log = "0.3.6" log = "0.3.6"
[dev-dependencies] [dev-dependencies]
......
#![crate_name = "bytes"] #![crate_name = "bytes"]
#![deny(warnings)] #![deny(warnings)]
extern crate stable_heap;
#[macro_use] #[macro_use]
extern crate log; extern crate log;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment