Skip to content

Commit f6cf84c

Browse files
committed
Removed dependency on aws-lc-rs
1 parent 13ac09a commit f6cf84c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/rust-release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
uses: rust-build/[email protected]
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31-
CARGO_TARGET_X86_64_APPLE_DARWIN_LINKER: /opt/osxcross/target/bin/o64-clang
3231
with:
3332
RUSTTARGET: ${{ matrix.target }}
3433
SRC_DIR: "adb_cli"

adb_client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rcgen = { version = "0.13.1" }
2727
regex = { version = "1.11.1", features = ["perf", "std", "unicode"] }
2828
rsa = { version = "0.9.7" }
2929
rusb = { version = "0.9.4", features = ["vendored"] }
30-
rustls = { version = "0.23.25" }
30+
rustls = { version = "0.23.25", default-features = false, features = ["ring", "logging", "std", "tls12"] }
3131
rustls-pki-types = "1.11.0"
3232
serde = { version = "1.0.216", features = ["derive"] }
3333
serde_repr = { version = "0.1.19" }

0 commit comments

Comments
 (0)