Skip to content

Commit b516a72

Browse files
committed
Test
1 parent 877cf34 commit b516a72

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ zip-extract = "0.2.1"
3737
trauma = "2"
3838
webbrowser = "1.0.4"
3939
reqwest = { version = "^0.12.14", default-features = false, features = [
40-
"rustls-tls",
40+
"native-tls-vendored",
4141
] }
4242
# Apple
4343
apple-bundles = "0.21.0"

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ github-build-setup = "../templates/build_setup.yml"
3737

3838
[dist.github-custom-runners]
3939
aarch64-unknown-linux-gnu = "buildjet-8vcpu-ubuntu-2204-arm"
40-
x86_64-unknown-linux-gnu = "buildjet-8vcpu-ubuntu-2204"
40+
x86_64-unknown-linux-gnu = "ubuntu-2204"
4141
# aarch64-unknown-linux-musl = "buildjet-8vcpu-ubuntu-2204-arm"

0 commit comments

Comments
 (0)