mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-27 02:16:32 +00:00
Disable default criterion features (#7241)
This commit is contained in:
parent
41f0aad7b3
commit
d9544a2d37
2 changed files with 6 additions and 36 deletions
|
|
@ -36,8 +36,8 @@ serde.workspace = true
|
|||
serde_json.workspace = true
|
||||
url = "2.3.1"
|
||||
ureq = "2.6.2"
|
||||
criterion = { version = "0.5.1"}
|
||||
codspeed-criterion-compat = { version="2.1.0", optional = true}
|
||||
criterion = { version = "0.5.1", default-features = false }
|
||||
codspeed-criterion-compat = { version="2.2.0", default-features = false, optional = true}
|
||||
|
||||
[dev-dependencies]
|
||||
ruff.path = "../ruff"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue