mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-20 03:49:54 +00:00
parent
628eedea36
commit
9887ef5bd7
17 changed files with 1178 additions and 808 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "uv-build"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
homepage = { workspace = true }
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "uv-build"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
description = "The uv build backend"
|
||||
authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }]
|
||||
requires-python = ">=3.8"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
//! Environment variables used or supported by uv.
|
||||
//! Used to generate `docs/reference/environment.md`.
|
||||
//! NOTICE: Upcoming release functionality should be documented with `#[attr_added_in("next release")]`.
|
||||
//! NOTICE: Upcoming release functionality should be documented with `#[attr_added_in("0.9.1")]`.
|
||||
use uv_macros::{attr_added_in, attr_env_var_pattern, attr_hidden, attribute_env_vars_metadata};
|
||||
|
||||
/// Declares all environment variable used throughout `uv` and its crates.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "uv-version"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
homepage = { workspace = true }
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "uv"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
homepage = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue