Skip to content

Commit 98a1778

Browse files
committed
Drop dependency on openssl
1 parent b3b990b commit 98a1778

File tree

5 files changed

+193
-105
lines changed

5 files changed

+193
-105
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: build
1414
run: |
1515
cargo install cross --git https://github.com/cross-rs/cross
16-
cross build --release --features vendored --target ${{ matrix.target }}
16+
cross build --release --target ${{ matrix.target }}
1717
- uses: actions/upload-artifact@v3
1818
with:
1919
name: ${{ matrix.target }}

Cargo.lock

+172-85
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)