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

crate-name tag is incorrect for package ferris-says #338

Open
alexjpwalker opened this issue Dec 16, 2021 · 0 comments
Open

crate-name tag is incorrect for package ferris-says #338

alexjpwalker opened this issue Dec 16, 2021 · 0 comments

Comments

@alexjpwalker
Copy link
Member

Steps to reproduce

  • Add ferris-says = 0.2.1 to the deps in library/crates/Cargo.toml
  • Run update.sh
  • Use ferris-says in a project with the assemble_crate rule

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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants