Skip to content

Commit

Permalink
Pin ctrlc version to fix MSRV CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Mar 17, 2024
1 parent 2eaf1cf commit 446e650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ redb1 = { version = "=1.0.0", package = "redb" }

# Just benchmarking dependencies
[target.'cfg(not(target_os = "wasi"))'.dev-dependencies]
ctrlc = "3.2.3"
# Pinned to compatibility with MSRV
ctrlc = "=3.2.3"
fastrand = "2.0.0"
lmdb-rkv = "0.14.0"
sanakirja = "1.3.3"
Expand Down

0 comments on commit 446e650

Please sign in to comment.