dep: replace local with upstream rosu-mods

This commit is contained in:
MaxOhn
2024-11-11 13:08:19 +01:00
parent 2743ea3ac3
commit 636209e6cf
+1 -1
View File
@@ -20,7 +20,7 @@ tracing = ["rosu-map/tracing"]
# rosu-map = { version = "0.1.2" }
rosu-map = { git = "https://github.com/MaxOhn/rosu-map", branch = "pp-update" }
# rosu-mods = { version = "0.1.0" }
rosu-mods = { path = "../rosu-mods" }
rosu-mods = { git = "https://github.com/MaxOhn/rosu-mods", branch = "main" }
[dev-dependencies]
proptest = "1.4.0"