Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions crates/uv-static/src/env_vars.rs
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ impl EnvVars {
pub const KSH_VERSION: &'static str = "KSH_VERSION";

/// Used to detect PowerShell usage (set by PowerShell on all platforms).
#[attr_added_in("next version")]
#[attr_added_in("0.10.0")]
pub const PS_MODULE_PATH: &'static str = "PSModulePath";

/// Used with `--python-platform macos` and related variants to set the
Expand Down Expand Up @@ -1260,7 +1260,7 @@ impl EnvVars {

/// Equivalent to the `--directory` command-line argument. `UV_WORKING_DIRECTORY` (added in
/// v0.9.1) is also supported for backwards compatibility.
#[attr_added_in("next version")]
#[attr_added_in("0.9.14")]
pub const UV_WORKING_DIR: &'static str = "UV_WORKING_DIR";

/// Equivalent to the `--directory` command-line argument.
Expand Down
Loading