Skip to content

Commit e4de57f

Browse files
committed
fix: aarch64 windows build
1 parent e97a39b commit e4de57f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

crates/cdcx-cli/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,13 @@ toml = "0.8"
2525
uuid = { version = "1", features = ["v4"] }
2626
open = "5"
2727
crossterm = "0.28"
28+
29+
[target.'cfg(target_os = "linux")'.dependencies]
2830
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
2931

32+
[target.'cfg(not(target_os = "linux"))'.dependencies]
33+
reqwest = { version = "0.12", features = ["json"] }
34+
3035
[dev-dependencies]
3136
assert_cmd = "2"
3237
predicates = "3"

0 commit comments

Comments
 (0)