-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Environment variable for the Rust version #4408
Copy link
Copy link
Open
Labels
A-environment-variablesArea: environment variablesArea: environment variablesC-enhancementCategory: enhancementCategory: enhancementS-needs-rfcStatus: Needs an RFC to make progress.Status: Needs an RFC to make progress.
Description
Activity
Metadata
Metadata
Assignees
Labels
A-environment-variablesArea: environment variablesArea: environment variablesC-enhancementCategory: enhancementCategory: enhancementS-needs-rfcStatus: Needs an RFC to make progress.Status: Needs an RFC to make progress.
Cargo sets some environment variables, for example,
CARGO_PKG_VERSION. I suppose it will be handy to have environment variable with the Rust version.I would like to try to add it if it is appropriate.
See also #2903