Move windows up to workspace dependency (#8786)
This way we can keep track of what we're using. Release Notes: - N/A
This commit is contained in:
parent
36d9b3d483
commit
0717d30389
3 changed files with 15 additions and 13 deletions
|
@ -30,11 +30,8 @@ theme.workspace = true
|
|||
thiserror.workspace = true
|
||||
util.workspace = true
|
||||
|
||||
[target.'cfg(windows)'.dependencies.windows]
|
||||
version = "0.53.0"
|
||||
features = [
|
||||
"Win32_System_Threading",
|
||||
]
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
windows.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
rand.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue