Skip to content

Commit

Permalink
Merge branch 'master' into qol
Browse files Browse the repository at this point in the history
  • Loading branch information
Peternator7 authored Jan 12, 2025
2 parents 73ef6bf + 8903ea0 commit c791507
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 @@ -17,7 +17,7 @@ rust-version = "1.66.1"

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

[dev-dependencies]
strum_macros = { path = "../strum_macros", version = "0.26" }
Expand Down

0 comments on commit c791507

Please sign in to comment.