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
crate-name
ferris-says
Steps to reproduce
ferris-says = 0.2.1
deps
library/crates/Cargo.toml
update.sh
assemble_crate
Expected behaviour
assemble_crate should succeed and generate a Cargo.toml file containing ferris-says = 0.2.1
Actual behaviour
It actually generates the incorrect dep: ferris_says = 0.2.1.
ferris_says = 0.2.1
For some reason, the crate-name tag incorrectly contains an underscore, when that is not the real target name.
This may be an issue in cargo-raze.
cargo-raze
The text was updated successfully, but these errors were encountered:
cargo raze
crate_universe
alexjpwalker
No branches or pull requests
Steps to reproduce
ferris-says = 0.2.1
to thedeps
inlibrary/crates/Cargo.toml
update.sh
ferris-says
in a project with theassemble_crate
ruleExpected behaviour
assemble_crate
should succeed and generate a Cargo.toml file containingferris-says = 0.2.1
Actual behaviour
It actually generates the incorrect dep:
ferris_says = 0.2.1
.For some reason, the
crate-name
tag incorrectly contains an underscore, when that is not the real target name.This may be an issue in
cargo-raze
.The text was updated successfully, but these errors were encountered: