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
With #9175 a new feature landed in nightly cargo:
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
The text was updated successfully, but these errors were encountered:
Sorry - just noticed that the cargo book is hosted here
Sorry, something went wrong.
No branches or pull requests
With #9175 a new feature landed in nightly cargo:
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.The text was updated successfully, but these errors were encountered: