Skip to content

Commit 29fa24c

Browse files
ndmitchellfacebook-github-bot
authored andcommitted
Remove some build-dependencies
Summary: We already have accurate build dependencies, and no reason for them to change based on the target. Reviewed By: SamChou19815 Differential Revision: D73805175 fbshipit-source-id: 0b7912d409cb77bec82574186da31eb2dd531211
1 parent 454bdcc commit 29fa24c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pyrefly/Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,8 @@ zstd = { version = "0.13", features = ["experimental", "zstdmt"] }
7878
which = "4.2.4"
7979
zstd = { version = "0.13", features = ["experimental", "zstdmt"] }
8080

81-
[target.'cfg(not(target_arch = "wasm32"))'.build-dependencies]
82-
which = "4.2.4"
83-
zstd = { version = "0.13", features = ["experimental", "zstdmt"] }
84-
8581
[target.'cfg(target_arch = "wasm32")'.dependencies]
8682
zstd = "0.13"
8783

88-
[target.'cfg(target_arch = "wasm32")'.build-dependencies]
89-
zstd = "0.13"
90-
9184
[lints]
9285
rust = { unexpected_cfgs = { check-cfg = ["cfg(fbcode_build)"], level = "warn" } }

0 commit comments

Comments
 (0)