Skip to content

Commit c88c73f

Browse files
committed
Remove ctrlc crate, using winapi directly now
1 parent 5c551ad commit c88c73f

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

hf_xet/Cargo.lock

Lines changed: 1 addition & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hf_xet/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ signal-hook-registry = "1.4"
4646

4747
# Windows-specific dependencies
4848
[target.'cfg(windows)'.dependencies]
49-
ctrlc = "3.4"
5049
winapi = { version = "0.3", features = ["consoleapi", "wincon", "errhandlingapi"] }
5150

5251
[features]

0 commit comments

Comments
 (0)