Skip to content

Commit

Permalink
Merge pull request #51 from palfrey/remove-openssl
Browse files Browse the repository at this point in the history
Fix reqwest features to remove openssl
  • Loading branch information
palfrey committed Mar 25, 2023
2 parents ecdc464 + 02c3cc1 commit 4eaf1f5
Show file tree
Hide file tree
Showing 61 changed files with 1,680 additions and 1,057 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
- uses: dtolnay/rust-toolchain@stable
with:
profile: minimal
toolchain: 1.52
override: true
toolchain: "1.60.0"
components: clippy, rustfmt
- uses: Swatinem/rust-cache@v1
- name: Clippy
Expand Down
Loading

0 comments on commit 4eaf1f5

Please sign in to comment.