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.
workspace.resolver
1 parent 1388a24 commit a8c0c31Copy full SHA for a8c0c31
.github/workflows/ci.yml
@@ -288,9 +288,6 @@ jobs:
288
toolchain: ${{ matrix.toolchain }}
289
target: ${{ matrix.target }}
290
291
- - name: Switch Cargo workspace to `resolver = "2"`
292
- run: sed -i 's/resolver = "1"/resolver = "2"/' Cargo.toml
293
-
294
- run: cargo check --target ${{ matrix.target }} -p ${{ matrix.crate }}
295
${{ (matrix.crate == 'juniper' && matrix.target == 'wasm32-unknown-unknown')
296
&& '--features js'
Cargo.toml
@@ -1,4 +1,5 @@
1
[workspace]
2
+resolver = "3"
3
members = [
4
"benches",
5
"book",
0 commit comments