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
Problem
With #9175 a new feature landed:
An [env] section in the cargo configuration to pass additional env variables to all program invocations does by cargo.
[env]
cargo
From the PR:
[env] FOOBAR = "Apple" PATH_TO_SOME_TOOL = { value = "bin/tool", relative = true } USERNAME = { value = "test_user", force = true }
This information is missing in the Cargo Reference/Configuration section.
Cargo Reference
Configuration
Possible Solution(s)
Add [env] to the Configuration format section and to the Configuration Keys
The text was updated successfully, but these errors were encountered:
Closing per #9297 (comment).
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Problem
With #9175 a new feature landed:
An
[env]
section in the cargo configuration to pass additional env variables to all program invocations does bycargo
.From the PR:
This information is missing in the
Cargo Reference
/Configuration
section.Possible Solution(s)
Add
[env]
to the Configuration format section and to the Configuration KeysThe text was updated successfully, but these errors were encountered: