Skip to content

Commit 93026ec

Browse files
committed
Revert criterion back to 0.4.
It's just a dev-dependency, and the newer versions depend on `alloca` which is more work to cross-compile.
1 parent 077e7c6 commit 93026ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ static_assertions = "1.1.0"
8181
once_cell = "1.20.3"
8282

8383
[target.'cfg(all(criterion, not(any(target_os = "emscripten", target_os = "wasi"))))'.dev-dependencies]
84-
criterion = "0.8"
84+
criterion = "0.4"
8585

8686
# Add Criterion configuration, as described here:
8787
# <https://bheisler.github.io/criterion.rs/book/getting_started.html#step-1---add-dependency-to-cargotoml>

0 commit comments

Comments
 (0)