Skip to content

Commit 6f5aab8

Browse files
committed
Patch out one more crate
1 parent ca17c4e commit 6f5aab8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -893,8 +893,7 @@ dependencies = [
893893
[[package]]
894894
name = "ctrlc"
895895
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"
898897
dependencies = [
899898
"nix",
900899
"windows-sys 0.52.0",

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' }
118118
miniz_oxide = { path = 'miniz_oxide-0.7.2' }
119119
regex = { path = 'regex-1.8.4' }
120120
crossbeam-utils = { path = 'crossbeam-utils-0.8.19' }
121+
ctrlc = { git = "https://github.com/WaffleLapkin/rust-ctrlc.git", rev = "17e3ee4b35f7988489a3d9fd7a3b10e81ca94809" }
121122

122123
[patch."https://github.com/rust-lang/rust-clippy"]
123124
clippy_lints = { path = "src/tools/clippy/clippy_lints" }

0 commit comments

Comments
 (0)