1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 20:51:06 +01:00

fix msrv ci

This commit is contained in:
Rob Ede 2022-12-21 23:09:16 +00:00
parent d7afd60606
commit d973d5974a
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -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