1
0
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:
Isaiah Inuwa
2025-12-19 07:49:14 -06:00
parent b01694438f
commit 79017cd761

View File

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