BurntSushi / rust-snappy

Snappy compression implemented in Rust (including the Snappy frame format).
BSD 3-Clause "New" or "Revised" License
444 stars 43 forks source link

Nightly build fails due to lack of `bench.path` #9

Closed BenjaminGill-Metaswitch closed 7 years ago

BenjaminGill-Metaswitch commented 7 years ago

Using the latest nightly (2017-07-16), I get:

$ cargo +nightly build
error: failed to parse manifest at `/data/bjg2/rust-snappy/Cargo.toml`

Caused by:
  can't find `bench` bench, specify bench.path

This looks like another instance of https://github.com/rust-lang/cargo/issues/4287