Skip to content

Commit 0358e49

Browse files
committed
Unpin ctrlc dependency
1 parent 2009717 commit 0358e49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ libc = "0.2.99"
4242

4343
# Just benchmarking dependencies, which don't build on wasi
4444
[target.'cfg(not(target_os = "wasi"))'.dev-dependencies]
45-
# Pinned to compatibility with MSRV
46-
ctrlc = "=3.2.3"
45+
ctrlc = "3.2.3"
4746
heed = "0.20"
4847
sanakirja = "=1.4.1"
4948
sanakirja-core = "=1.4.1"

0 commit comments

Comments
 (0)