deps: remove default-features from codspeed-criterion-compat

This commit is contained in:
Boshen 2023-09-11 18:59:30 +08:00
parent 9204c19dab
commit 38aa3205b4
No known key found for this signature in database
GPG key ID: 234DA6A7079C6801
2 changed files with 1 additions and 31 deletions

30
Cargo.lock generated
View file

@ -440,8 +440,6 @@ dependencies = [
"num-traits",
"once_cell",
"oorandom",
"plotters",
"rayon",
"regex",
"serde",
"serde_derive",
@ -2075,34 +2073,6 @@ version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "plotters"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
dependencies = [
"num-traits",
"plotters-backend",
"plotters-svg",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "plotters-backend"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
[[package]]
name = "plotters-svg"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
dependencies = [
"plotters-backend",
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"

View file

@ -89,7 +89,7 @@ tracing-subscriber = { version = "0.3" }
trustfall = { version = "0.6.1" }
insta = { version = "1.31.0", features = ["glob"] }
insta-cmd = { version = "0.3.0" }
codspeed-criterion-compat = { version = "2.2.0" }
codspeed-criterion-compat = { version = "2.2.0", default-features = false }
[profile.release.package.oxc_wasm]
opt-level = 'z'