Skip to content

Commit

Permalink
Merge pull request #863 from portier/feat/hyper-1.0
Browse files Browse the repository at this point in the history
Upgrade to Hyper 1.0
  • Loading branch information
stephank committed Apr 8, 2024
2 parents 050b8d8 + 619b7b8 commit 1ffd450
Show file tree
Hide file tree
Showing 17 changed files with 652 additions and 274 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable

# Required for building AWS Libcrypto
- name: Install NASM
uses: ilammy/setup-nasm@v1

- name: Cache
uses: actions/cache@v4
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable

# Required for building AWS Libcrypto
- name: Install NASM
uses: ilammy/setup-nasm@v1

- name: Add targets
run: |
rustup target add $build_targets
Expand Down

0 comments on commit 1ffd450

Please sign in to comment.