From 8e5b180d7e9e42d37bee9ce903ec5da8b3c9e920 Mon Sep 17 00:00:00 2001 From: jugeeya Date: Wed, 1 Mar 2023 16:54:07 -0800 Subject: [PATCH] Update Cargo.toml (#500) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]