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

blocking now fails to compile on 1.47 #28

Closed
notgull opened this issue Sep 21, 2022 · 1 comment
Closed

blocking now fails to compile on 1.47 #28

notgull opened this issue Sep 21, 2022 · 1 comment

Comments

@notgull
Copy link
Member

notgull commented Sep 21, 2022

See smol-rs/async-io#93. With the new release of once_cell, we no longer compile on 1.47.

cargo +1.47 check                          
warning: unused manifest key: package.rust-version
error: failed to download `once_cell v1.15.0`

Caused by:
  unable to get packages from source

Caused by:
  failed to parse manifest at `/home/jtnunley/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.15.0/Cargo.toml`

Caused by:
  failed to parse the `edition` key

Caused by:
  this version of Cargo is older than the `2021` edition, and only supports `2015` and `2018` editions.
@notgull
Copy link
Member Author

notgull commented Oct 30, 2022

Closed by #30

@notgull notgull closed this as completed Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant