Skip to content

Commit

Permalink
Merge pull request #28 from ryantaylor/dependabot/cargo/magnus-0.7
Browse files Browse the repository at this point in the history
Update magnus requirement from 0.6 to 0.7
  • Loading branch information
ryantaylor authored Jul 7, 2024
2 parents 9f9f93a + 644a3a0 commit 3bce4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = ["replays/*", "build-doc.sh", ".travis.yml", "CoH3Rec.bt"]

[dependencies]
byteorder = "1"
magnus = { version = "0.6", optional = true }
magnus = { version = "0.7", optional = true }
nom = "7"
nom_locate = "4"
nom-tracable = "0.9"
Expand Down

0 comments on commit 3bce4e8

Please sign in to comment.