1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-20 00:46:34 +00:00

REMOVE RING FROM THE DEPENDENCIES NGHHHHHH

This commit is contained in:
jugeeya 2022-11-23 12:27:57 -08:00
parent b40427465d
commit 0e708423b3
2 changed files with 2 additions and 4 deletions

View file

@ -24,7 +24,7 @@ num-traits = "0.2"
wsl = "0.1.0"
strum = "0.21.0"
strum_macros = "0.21.0"
minreq = { version = "=2.2.1", features = ["https", "json-using-serde"] }
minreq = { version = "2", features = ["https-native", "json-using-serde"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
toml = "0.5.9"
@ -32,8 +32,7 @@ training_mod_consts = { path = "training_mod_consts" }
training_mod_tui = { path = "training_mod_tui" }
[patch.crates-io]
ring = { git = "https://github.com/skyline-rs/ring", branch = "0.16.20" }
webpki = { git = "https://github.com/skyline-rs/webpki" }
native-tls = { git = "https://github.com/skyline-rs/rust-native-tls", branch="switch" }
[profile.dev]
panic = "abort"

View file

@ -397,4 +397,3 @@ To build the entire modpack including supporting files, use the steps in [`full_
## Prerequisites
- Stable Rust environment with [cargo-skyline](https://github.com/jam1garner/cargo-skyline)
- [DEVKITPRO](https://devkitpro.org/wiki/Getting_Started) `switch-dev` installation