File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,10 @@ jobs:
173
173
- run : cargo +nightly update -Z minimal-versions
174
174
175
175
- run : make test.cargo crate=${{ matrix.crate }}
176
+ if : ${{ matrix.crate != 'juniper_actix' }}
177
+ # TODO: Remove once MSRV bumps up >=1.75.
178
+ - run : cargo check -p ${{ matrix.crate }} --all-features
179
+ if : ${{ matrix.crate == 'juniper_actix' }}
176
180
177
181
package :
178
182
if : ${{ startsWith(github.ref, 'refs/tags/juniper') }}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ serde = { version = "1.0.122", features = ["derive"] }
36
36
serde_json = " 1.0.18"
37
37
38
38
[dev-dependencies ]
39
- actix-cors = " 0.6 "
39
+ actix-cors = " 0.7 "
40
40
actix-identity = " 0.6"
41
41
actix-rt = " 2.0"
42
42
actix-test = " 0.1"
You can’t perform that action at this time.
0 commit comments