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
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue