smol-rs / async-channel

Async multi-producer multi-consumer channel
Apache License 2.0
726 stars 38 forks source link

Published async-channel 1.7.0 failed to compile on MSRV #48

Closed taiki-e closed 1 year ago

taiki-e commented 1 year ago

https://github.com/smol-rs/async-fs/runs/7738662148?check_suite_focus=true

error: failed to parse manifest at `/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/async-channel-1.7.0/Cargo.toml`

Caused by:
  feature `resolver` is required

  this Cargo does not support nightly features, but if you
  switch to nightly channel you can add
  `cargo-features = ["resolver"]` to enable this feature

This is due to a cargo bug: https://github.com/rust-lang/cargo/issues/10954

taiki-e commented 1 year ago

Fixed in 1.7.1 by publishing with stable cargo.