Skip to content

Commit 96ba542

Browse files
committed
workspace: use PR#128 from ctrlc to support tvOS
Use Detegr/rust-ctrlc#128 to support building or compiling on tvOS.
1 parent 50dd7f2 commit 96ba542

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ async-trait = "0.1.77"
3737
bytes = "1.5.0"
3838
bytesize = { version = "1.3.0", features = ["serde"] }
3939
clap = { version = "4.4.7", features = ["derive"] }
40-
ctrlc = { version = "3.4.2", features = ["termination"] }
40+
# ctrlc = { version = "3.4.2", features = ["termination"] }
41+
ctrlc = { git = "https://github.com/Detegr/rust-ctrlc.git", rev = "refs/pull/128/head"}
4142
delegate = "0.12.0"
4243
educe = { version = "0.6.0", default-features = false, features = ["Debug"] }
4344
ipnet = { version = "2.8.0", features = ["serde"]}

deny.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ unknown-git = "deny"
6565
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
6666
allow-git = [
6767
"https://github.com/expressvpn/wolfssl-rs",
68-
"https://gitlab.torproject.org/tpo/core/arti"
68+
"https://gitlab.torproject.org/tpo/core/arti",
69+
"https://github.com/Detegr/rust-ctrlc"
6970
]
7071

7172
# See https://github.com/briansmith/ring/blob/main/LICENSE Ring

0 commit comments

Comments
 (0)