Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ criterion = { version = "4.7.0", package = "codspeed-criterion-compat" }
env_logger = "0.11.6"
# Lower-bound guard for `codspeed-criterion-compat` in the minimal-versions CI job.
cc = "1.2.40"
# Lower-bound guards to keep the transitive `rustix` buildable in the
# minimal-versions CI job. rustix below 0.38.6 uses the
# `rustc_layout_scalar_valid_range_start` attribute removed from the compiler in
# rust-lang/rust#155433, so it no longer builds on nightly (see
# bytecodealliance/rustix#1620). `codspeed-criterion-compat -> is-terminal` pulls
# rustix 0.37 until is-terminal 0.4.8, and `proptest -> tempfile` resolves rustix
# 0.38.0 until tempfile 3.9 raises its floor to rustix 0.38.26.
is-terminal = "0.4.8"
tempfile = "3.9"
proptest = "1.6.0"
ron = "0.12.0"
varisat = "0.2.2"
Expand Down