Skip to content

Commit

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

Fixes: #364
  • Loading branch information
joshka committed Jun 23, 2024
1 parent 7ab74c8 commit b233ecf
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 b233ecf

Please sign in to comment.