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:
Mikayla Maki 2024-03-03 11:58:31 -08:00 committed by GitHub
parent 36d9b3d483
commit 0717d30389
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 13 deletions

View file

@ -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