mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-29 13:34:47 +00:00
Set crate to prerelease (#1320)
This commit is contained in:
parent
1509070316
commit
ad12d97e71
3 changed files with 3 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -4062,7 +4062,7 @@ checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
|
|||
|
||||
[[package]]
|
||||
name = "uv"
|
||||
version = "0.1.0"
|
||||
version = "0.1.0-prerelease.1"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anyhow",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "uv"
|
||||
version = "0.1.0"
|
||||
version = "0.1.0-prerelease.1"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
homepage = { workspace = true }
|
||||
|
|
|
@ -28,6 +28,7 @@ pub const INSTA_FILTERS: &[(&str, &str)] = &[
|
|||
// Operation times
|
||||
(r"(\d+m )?(\d+\.)?\d+(ms|s)", "[TIME]"),
|
||||
// uv versions
|
||||
(r"v\d+\.\d+\.\d+-prerelease\.\d+", "v[VERSION]"),
|
||||
(r"v\d+\.\d+\.\d+", "v[VERSION]"),
|
||||
// File sizes
|
||||
(r"(\d+\.)?\d+([KM]i)?B", "[SIZE]"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue