Skip to content

Commit

Permalink
use published rosu-map
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Feb 27, 2024
1 parent d9c4fdb commit ea605e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ keywords = ["osu", "storyboard", "parse", "decode"]
categories = ["parser-implementations"]

[dependencies]
rosu-map = { path = "../rosu-map" }
rosu-map = { version = "0.1.0" }
thiserror = { version = "1.0.50" }

[dev-dependencies]
rosu-map = { path = "../rosu-map", features = ["tracing"] }
rosu-map = { version = "0.1.0", features = ["tracing"] }
test-log = { version = "0.2.14", default-features = false, features = ["trace"] }

0 comments on commit ea605e4

Please sign in to comment.