mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-07 00:00:13 +02:00
Remove stable heap for now
This commit is contained in:
@@ -19,7 +19,6 @@ exclude = [
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
stable-heap = { git = "https://github.com/carllerche/stable-heap", rev = "3c5cd1ca47" }
|
||||
log = "0.3.6"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
#![crate_name = "bytes"]
|
||||
#![deny(warnings)]
|
||||
|
||||
extern crate stable_heap;
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user