mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
workaround dev dep msrv issues
This commit is contained in:
parent
f8a1165d10
commit
9be4f1ff73
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -95,6 +95,16 @@ jobs:
|
|||||||
- name: Install cargo-hack
|
- name: Install cargo-hack
|
||||||
uses: taiki-e/install-action@cargo-hack
|
uses: taiki-e/install-action@cargo-hack
|
||||||
|
|
||||||
|
- 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-cors
|
||||||
|
cargo add env_logger@0.9 --dev -p=actix-identity
|
||||||
|
cargo add env_logger@0.9 --dev -p=actix-redis
|
||||||
|
cargo add env_logger@0.9 --dev -p=actix-session
|
||||||
|
cargo add env_logger@0.9 --dev -p=actix-settings
|
||||||
|
|
||||||
- name: Generate Cargo.lock
|
- name: Generate Cargo.lock
|
||||||
run: cargo generate-lockfile
|
run: cargo generate-lockfile
|
||||||
- name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user