Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
taiki-e opened this issue Aug 9, 2022 · 1 comment
Closed

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

taiki-e opened this issue Aug 9, 2022 · 1 comment

Comments

@taiki-e
Copy link
Collaborator

taiki-e commented Aug 9, 2022

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: rust-lang/cargo#10954

@taiki-e
Copy link
Collaborator Author

taiki-e commented Aug 10, 2022

Fixed in 1.7.1 by publishing with stable cargo.

@taiki-e taiki-e closed this as completed Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant