Skip to content

Commit 89225f4

Browse files
committed
Try with cc=1.0 in spawn_worker
1 parent c391d31 commit 89225f4

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ddcommon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ http = "1.0"
2424
http-body = "1.0"
2525
http-body-util = "0.1"
2626
tower-service = "0.3"
27-
cc = "1.0"
27+
cc = "1.1.31"
2828
pin-project = "1"
2929
regex = "1.5"
3030
rustls = { version = "0.23", default-features = false, optional = true }

spawn_worker/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ fastrand = "2.0.1"
1313
libc = "0.2"
1414

1515
[build-dependencies]
16+
cc = "1.0"
1617
ddcommon = { path = "../ddcommon" }
1718

1819
[dependencies.windows]

0 commit comments

Comments
 (0)