File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -893,8 +893,7 @@ dependencies = [
893
893
[[package ]]
894
894
name = " ctrlc"
895
895
version = " 3.4.4"
896
- source = " registry+https://github.com/rust-lang/crates.io-index"
897
- checksum = " 672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345"
896
+ source = " git+https://github.com/WaffleLapkin/rust-ctrlc.git?rev=17e3ee4b35f7988489a3d9fd7a3b10e81ca94809#17e3ee4b35f7988489a3d9fd7a3b10e81ca94809"
898
897
dependencies = [
899
898
" nix" ,
900
899
" windows-sys 0.52.0" ,
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' }
118
118
miniz_oxide = { path = ' miniz_oxide-0.7.2' }
119
119
regex = { path = ' regex-1.8.4' }
120
120
crossbeam-utils = { path = ' crossbeam-utils-0.8.19' }
121
+ ctrlc = { git = " https://github.com/WaffleLapkin/rust-ctrlc.git" , rev = " 17e3ee4b35f7988489a3d9fd7a3b10e81ca94809" }
121
122
122
123
[patch ."https://github .com/rust-lang/rust-clippy" ]
123
124
clippy_lints = { path = " src/tools/clippy/clippy_lints" }
You can’t perform that action at this time.
0 commit comments