New approach to dependency injection for 1.x

This commit is contained in:
Diggory Blake 2023-07-02 00:07:15 +01:00
parent e94a833eaf
commit f8ebe14790
No known key found for this signature in database
GPG key ID: E6BDFA83146ABD40
17 changed files with 840 additions and 822 deletions

View file

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