mirror of
https://github.com/bitwarden/browser
synced 2026-02-15 16:05:03 +00:00
Gate dev-dependencies behind windows OS target
This commit is contained in:
@@ -5,9 +5,6 @@ license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
hex = { workspace = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -23,3 +20,6 @@ windows = { workspace = true, features = [
|
||||
"Win32_System_LibraryLoader",
|
||||
] }
|
||||
windows-core = { workspace = true }
|
||||
|
||||
[target.'cfg(windows)'.dev-dependencies]
|
||||
hex = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user