Skip to content

Commit

Permalink
Set crate to prerelease (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Feb 15, 2024
1 parent 1509070 commit ad12d97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/uv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down
1 change: 1 addition & 0 deletions crates/uv/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]"),
Expand Down

0 comments on commit ad12d97

Please sign in to comment.