Skip to content

Commit

Permalink
Fix strum macro dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Aug 2, 2023
1 parent 385a127 commit 1206436
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 @@ -35,7 +35,7 @@ redb = { version = "1.0.1", optional = true }

[dev-dependencies]
bevy = { version = "0.11", default-features = false }
strum_macros = "*"
strum_macros = "0.25"

[build-dependencies]
cfg_aliases = "0.1"
Expand Down

0 comments on commit 1206436

Please sign in to comment.