Skip to content

Commit

Permalink
dep: use published dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Nov 18, 2024
1 parent e2bfaea commit c615e54
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ sync = []
tracing = ["rosu-map/tracing"]

[dependencies]
# 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 = { git = "https://github.com/MaxOhn/rosu-mods", branch = "main" }
rosu-map = { version = "0.2.0" }
rosu-mods = { version = "0.2.0" }

[dev-dependencies]
proptest = "1.4.0"
Expand Down

0 comments on commit c615e54

Please sign in to comment.