Remove windows dependency from all non-windows platforms (#11510)

Whoops

Release Notes:

- N/A
This commit is contained in:
Mikayla Maki 2024-05-07 12:45:23 -07:00 committed by GitHub
parent 0d2f65ac13
commit 768b63a497
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,8 +30,11 @@ text.workspace = true
time.workspace = true
url.workspace = true
util.workspace = true
[target.'cfg(target_os = "windows")'.dependencies]
windows.workspace = true
[dev-dependencies]
unindent.workspace = true
serde_json.workspace = true