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

@ -21,6 +21,6 @@ serde.workspace = true
serde_json.workspace = true
serde_json_lenient.workspace = true
simplelog.workspace= true
strum = { version = "0.25.0", features = ["derive"] }
strum = { workspace = true, features = ["derive"] }
theme.workspace = true
vscode_theme = "0.2.0"