Skip to content

Commit

Permalink
Update wot_types dep for datfile_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
rajesh-rahul committed Jan 18, 2023
1 parent d37be4f commit 9e6d98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datfile_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ harness = false

[dependencies]
utils = { path = "../utils", package = "wot-battle-results-parser-utils", version = "0.2.0" }
wot_types = { path = "../wot_types"}
wot_types = { path = "../wot_types", version="0.1.0"}
serde_json = "1.0.74"
serde-pickle = "1.1.0"
num-bigint = { version="0.4.3", features = ["serde"] }
Expand Down

0 comments on commit 9e6d98a

Please sign in to comment.