Hoist strum to workspace level (#15243)

This PR hoists `strum` up to a workspace dependency.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-07-25 21:30:48 -04:00 committed by GitHub
parent 2c610c0e57
commit 05003ed4c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -31,7 +31,7 @@ rust-embed.workspace = true
settings.workspace = true
simplelog.workspace = true
story.workspace = true
strum = { version = "0.25.0", features = ["derive"] }
strum = { workspace = true, features = ["derive"] }
theme.workspace = true
title_bar = { workspace = true, features = ["stories"] }
ui = { workspace = true, features = ["stories"] }