mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Update Rust crate criterion to 0.6.0 (#13771)
This commit is contained in:
parent
a0d60eef12
commit
e0821176a4
2 changed files with 4 additions and 8 deletions
|
@ -49,7 +49,7 @@ uv-workspace = { workspace = true }
|
|||
|
||||
anyhow = { workspace = true }
|
||||
codspeed-criterion-compat = { version = "2.7.2", default-features = false, optional = true }
|
||||
criterion = { version = "0.5.1", default-features = false, features = ["async_tokio"] }
|
||||
criterion = { version = "0.6.0", default-features = false, features = ["async_tokio"] }
|
||||
jiff = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue