diff --git a/Cargo.toml b/Cargo.toml index 6e2c5bd..0bf200c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ log = "0.4.17" byte-unit = "4.0.18" [patch.crates-io] -native-tls = { git = "https://github.com/skyline-rs/rust-native-tls", rev = "8166dae" } +native-tls = { git = "https://github.com/skyline-rs/rust-native-tls", branch = "switch-timeout-panic" } nnsdk = { git = "https://github.com/ultimate-research/nnsdk-rs" } [profile.dev]