Hoist strum
to workspace level (#15243)
This PR hoists `strum` up to a workspace dependency. Release Notes: - N/A
This commit is contained in:
parent
2c610c0e57
commit
05003ed4c5
4 changed files with 6 additions and 6 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue