Skip to content

Commit 0b28b3f

Browse files
author
brajul
committed
fix: update Cargo.lock and pin musl CI runners
Address review feedback: - Regenerate Cargo.lock to reflect rig-core reqwest-rustls switch, removing openssl-sys and native-tls from the dependency tree - Add github-custom-runners entries for musl targets
1 parent 7cbcd40 commit 0b28b3f

File tree

2 files changed

+20
-121
lines changed

2 files changed

+20
-121
lines changed

Cargo.lock

Lines changed: 18 additions & 121 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,9 @@ cache-builds = true
265265

266266
[workspace.metadata.dist.github-custom-runners]
267267
aarch64-unknown-linux-gnu = "ubuntu-24.04-arm"
268+
aarch64-unknown-linux-musl = "ubuntu-24.04-arm"
268269
x86_64-unknown-linux-gnu = "ubuntu-22.04"
270+
x86_64-unknown-linux-musl = "ubuntu-22.04"
269271
x86_64-pc-windows-msvc = "windows-2022"
270272
x86_64-apple-darwin = "macos-15-intel"
271273
aarch64-apple-darwin = "macos-14"

0 commit comments

Comments
 (0)