Remove windows dependency from all non-windows platforms (#11510)
Whoops Release Notes: - N/A
This commit is contained in:
parent
0d2f65ac13
commit
768b63a497
1 changed files with 3 additions and 0 deletions
|
@ -30,8 +30,11 @@ text.workspace = true
|
||||||
time.workspace = true
|
time.workspace = true
|
||||||
url.workspace = true
|
url.workspace = true
|
||||||
util.workspace = true
|
util.workspace = true
|
||||||
|
|
||||||
|
[target.'cfg(target_os = "windows")'.dependencies]
|
||||||
windows.workspace = true
|
windows.workspace = true
|
||||||
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
unindent.workspace = true
|
unindent.workspace = true
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue