mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
Fix beta crashing after 8 event pushes (#441)
This commit is contained in:
parent
c067612291
commit
a69dc8c096
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ training_mod_tui = { path = "training_mod_tui" }
|
|||
native-tls = { version = "0.2.11", features = ["vendored"] }
|
||||
|
||||
[patch.crates-io]
|
||||
native-tls = { git = "https://github.com/skyline-rs/rust-native-tls", branch="switch" }
|
||||
native-tls = { git = "https://github.com/skyline-rs/rust-native-tls", rev = "f202fca" }
|
||||
|
||||
[profile.dev]
|
||||
panic = "abort"
|
||||
|
|
Loading…
Reference in a new issue