Update to rosu-pp 1.0

This commit is contained in:
Natsu Kagami 2024-06-19 22:11:49 +02:00 committed by Natsu Kagami
parent 22fc980a51
commit 0b111d5b26
5 changed files with 75 additions and 247 deletions

View file

@ -15,7 +15,7 @@ lazy_static = "1.4.0"
osuparse = { git = "https://github.com/eltrufas/osuparse", rev = "ad8f6e5e7771e7cbaa2ec96c376558f9731139af" }
regex = "1.5.6"
reqwest = "0.11.10"
rosu-pp = "0.9.1"
rosu-pp = "1.0"
rosu-v2 = { git = "https://github.com/MaxOhn/rosu-v2", rev = "d2cd3ff8417e66890f0cd8ca38bc34717a9629dd" }
time = "0.3"
serde = { version = "1.0.137", features = ["derive"] }