Skip to content

Commit

Permalink
chore: bump strum dependency to v0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-sahin committed Jan 31, 2024
1 parent ddcbbb5 commit 446ecd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ rand = { version = "0.8" }
serde = { version = "1.0", features = ["derive"] }
smallvec = { version = "1.11", features = ["serde"] }
smol_str = { version = "0.2" }
strum = { version = "0.25" }
strum_macros = { version = "0.25" }
strum = { version = "0.26" }
strum_macros = { version = "0.26" }
typed-builder = { version = "0.18" }

[target.'cfg(not(target_family = "wasm"))'.dependencies]
Expand Down

0 comments on commit 446ecd7

Please sign in to comment.