Skip to content

Commit

Permalink
Drop dependency on openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Oct 15, 2024
1 parent b3b990b commit 98a1778
Show file tree
Hide file tree
Showing 5 changed files with 193 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: build
run: |
cargo install cross --git https://github.com/cross-rs/cross
cross build --release --features vendored --target ${{ matrix.target }}
cross build --release --target ${{ matrix.target }}
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.target }}
Expand Down
257 changes: 172 additions & 85 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 98a1778

Please sign in to comment.