1
0
Fork 0
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:
jugeeya 2021-06-15 20:06:37 -07:00 committed by GitHub
parent 5fa0ff135d
commit 18a5cee052
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = []