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

Don't run --unit-graph for new subcommand #52

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Conversation

ian-h-chamberlain
Copy link
Member

@ian-h-chamberlain ian-h-chamberlain commented Feb 11, 2024

Also just update Cargo.lock.

Fixes a warning that would otherwise be displayed on cargo 3ds new:

Warning: unable to check if `ctru` debuginfo should be linked: unable to parse `--unit-graph` json: EOF while parsing a value at line 1 column 0
stderr: `error: unexpected argument '--unit-graph' found

  tip: to pass '--unit-graph' as a value, use '-- --unit-graph'

Usage: cargo new -Z <FLAG> <PATH>

For more information, try '--help'.
`
    Creating binary (application) `test-bin` package
note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Also just update Cargo.lock
@Meziu Meziu merged commit af2d8bf into master Feb 12, 2024
3 checks passed
@ian-h-chamberlain ian-h-chamberlain deleted the fix/new-no-unit-graph branch February 12, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants