We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
> cargo new bar Created binary (application) `bar` package > cd bar > echo 'futures.version = "0.3.5"' >>Cargo.toml > cargo add futures-test Command failed due to unhandled error: Unable to parse Cargo.toml Caused by: Manifest not valid TOML Caused by: TOML parse error at line 10, column 8 | 10 | futures.version = "0.3.5" | ^ Unexpected `.` Expected `=`
The text was updated successfully, but these errors were encountered:
This feature is currently not supported in toml_edit toml-rs/toml#58.
Sorry, something went wrong.
crate_name.attr_name = …
Support for dotted keys has been added to toml_edit thanks to @epage. Once we cut a release and update it in cargo-edit, this issue will be resolved.
toml_edit
Cargo.toml
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: