mirror of
https://github.com/TECHNOFAB11/aerosol.git
synced 2025-12-11 23:50:07 +01:00
New approach to dependency injection for 1.x
This commit is contained in:
parent
e94a833eaf
commit
f8ebe14790
17 changed files with 840 additions and 822 deletions
4
.github/workflows/toolchain.yml
vendored
4
.github/workflows/toolchain.yml
vendored
|
|
@ -66,14 +66,14 @@ jobs:
|
|||
args: --all-features
|
||||
|
||||
test_minimum:
|
||||
name: Test (1.35.0)
|
||||
name: Test (1.70.0)
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: 1.35.0
|
||||
toolchain: 1.70.0
|
||||
override: true
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue