Disable default criterion features (#7241)

This commit is contained in:
Micha Reiser 2023-09-08 12:03:14 +02:00 committed by GitHub
parent 41f0aad7b3
commit d9544a2d37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 36 deletions

View file

@ -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"