Skip to content

Commit

Permalink
Unpin ctrlc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Feb 22, 2025
1 parent 2009717 commit 0358e49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ libc = "0.2.99"

# Just benchmarking dependencies, which don't build on wasi
[target.'cfg(not(target_os = "wasi"))'.dev-dependencies]
# Pinned to compatibility with MSRV
ctrlc = "=3.2.3"
ctrlc = "3.2.3"
heed = "0.20"
sanakirja = "=1.4.1"
sanakirja-core = "=1.4.1"
Expand Down

0 comments on commit 0358e49

Please sign in to comment.