1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

workaround env-logger msrv

This commit is contained in:
Rob Ede
2022-12-21 21:17:21 +00:00
parent 7e47bf4055
commit d7afd60606
3 changed files with 9 additions and 3 deletions

View File

@ -76,6 +76,13 @@ jobs:
if: matrix.version == '1.59.0'
run: cargo install cargo-hack --version=0.5.21
- name: workaround MSRV issues
if: matrix.version == 'stable'
run: |
cargo install cargo-edit --version=0.8.0
cargo add env_logger@0.9 --dev -p=actix-tls
cargo add env_logger@0.9 --dev -p=actix-server
- name: Generate Cargo.lock
uses: actions-rs/cargo@v1
with: { command: generate-lockfile }