We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d665fa commit 3e220ceCopy full SHA for 3e220ce
.github/workflows/ci.yml
@@ -152,14 +152,7 @@ jobs:
152
- uses: dtolnay/rust-toolchain@nightly
153
- uses: taiki-e/install-action@cargo-hack
154
- uses: taiki-e/install-action@cargo-minimal-versions
155
- - name: Cache cargo registry
156
- uses: actions/cache@v2
157
- with:
158
- path: |
159
- ~/.cargo/registry
160
- ~/.cargo/git
161
- key: minimal_rust_version-cargo-${{ hashFiles('**/Cargo.toml') }}
162
- - name: Check diesel_derives
+ - name: Check diesel-async
163
# cannot test mysql yet as that crate
164
# has broken min-version dependencies
165
run: cargo +stable minimal-versions check -p diesel-async --features "postgres bb8 deadpool mobc"
0 commit comments