We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
It'd be nice if we could just add this to the embedded manifest and just be good to go, like with normal cargo manifests, once the new edition is out:
cargo
//! ```cargo //! edition = "2018" //! ... //! ```
The text was updated successfully, but these errors were encountered:
This works for me with:
//! ```cargo //! [package] //! edition = "2018" //! //! [dependencies] //! ```
(Apart from the probably unrelated hanging issue #67 )
Sorry, something went wrong.
Ahhh...my mistake was not using the [package] key header. It works for me! Thank you! :)
[package]
The default should be edition = "2018"
edition = "2018"
Yeah it should, but considering that the last commit was on Oct 29, 2017, it is fair to say that this crate is unmaintained.
You can check out https://github.com/fanzeyi/cargo-play as an alternative.
No branches or pull requests
It'd be nice if we could just add this to the embedded manifest and just be good to go, like with normal
cargo
manifests, once the new edition is out:The text was updated successfully, but these errors were encountered: