tokio-rs / tokio-minihttp

Protocol implementation experimentations
Apache License 2.0
448 stars 50 forks source link

Fresh git pull doesn't compile #12

Closed liftoff closed 7 years ago

liftoff commented 7 years ago
   Compiling tokio-core v0.1.0 (https://github.com/tokio-rs/tokio-core#60796f40)
error[E0432]: unresolved import `futures::sync::BiLock`
 --> /home/riskable/.cargo/git/checkouts/tokio-core-ec1bf80948dd483b/60796f40fdd3ea4e06f8d2f44a91ce3ec1208f93/src/io/split.rs:4:5
  |
4 | use futures::sync::BiLock;
  |     ^^^^^^^^^^^^^^^^^^^^^ Could not find `sync` in `futures`

error: aborting due to previous error

error: Could not compile `tokio-core`.

FYI: I did a git clone of the latest tokio-core and that compiles fine.

alexcrichton commented 7 years ago

Fixed in https://github.com/tokio-rs/tokio-minihttp/pull/10, but thanks for the report!