Skip to content

Commit

Permalink
Merge pull request #767 from PyO3/ureq3
Browse files Browse the repository at this point in the history
Switch to ureq and some refactorings
  • Loading branch information
messense authored Jan 9, 2022
2 parents 71a0087 + 7a557dd commit dd1b595
Show file tree
Hide file tree
Showing 17 changed files with 292 additions and 569 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: --features password-storage -- -D warnings
args: --tests --all-features -- -D warnings

black:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit dd1b595

Please sign in to comment.