1
0
Fork 0
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:
jugeeya 2022-12-05 10:54:41 -08:00 committed by GitHub
parent c067612291
commit a69dc8c096
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"