mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-16 11:26:11 +00:00
Update parking_lot dependency
This commit is contained in:
parent
5fa0ff135d
commit
18a5cee052
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ skyline = { git = "https://github.com/ultimate-research/skyline-rs.git" }
|
|||
skyline_smash = { git = "https://github.com/ultimate-research/skyline-smash.git" }
|
||||
skyline-web = { git = "https://github.com/skyline-rs/skyline-web.git" }
|
||||
bitflags = "1.2.1"
|
||||
parking_lot = { version = "0.11.0", features = ["nightly"] }
|
||||
parking_lot = { version = "0.11.1", features = ["nightly"] }
|
||||
lazy_static = "1.4.0"
|
||||
owo-colors = "1.1.3"
|
||||
ramhorns = "0.10.1"
|
||||
|
@ -37,4 +37,4 @@ plugin-dependencies = [
|
|||
]
|
||||
|
||||
[features]
|
||||
outside_training_mode = []
|
||||
outside_training_mode = []
|
||||
|
|
Loading…
Add table
Reference in a new issue