Skip to content

Commit

Permalink
fix: require strum_macros 0.26.3
Browse files Browse the repository at this point in the history
This is required for compatibility with itertools 0.13.0 fixed in Peternator7#358

Fixes: Peternator7#364
  • Loading branch information
joshka committed Jun 14, 2024
1 parent 7ab74c8 commit 49d2acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repository = "https://github.com/Peternator7/strum"
readme = "../README.md"

[dependencies]
strum_macros = { path = "../strum_macros", optional = true, version = "0.26" }
strum_macros = { path = "../strum_macros", optional = true, version = "0.26.3" }
phf = { version = "0.10", features = ["macros"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 49d2acd

Please sign in to comment.