Skip to content

Commit

Permalink
fix msrv ci
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Dec 21, 2022
1 parent d7afd60 commit d973d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: cargo install cargo-hack --version=0.5.21

- name: workaround MSRV issues
if: matrix.version == 'stable'
if: matrix.version == '1.59.0'
run: |
cargo install cargo-edit --version=0.8.0
cargo add env_logger@0.9 --dev -p=actix-tls
Expand Down

0 comments on commit d973d59

Please sign in to comment.