Skip to content

Commit a8c0c31

Browse files
committed
Fix workspace.resolver to 2024 edition
1 parent 1388a24 commit a8c0c31

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,6 @@ jobs:
288288
toolchain: ${{ matrix.toolchain }}
289289
target: ${{ matrix.target }}
290290

291-
- name: Switch Cargo workspace to `resolver = "2"`
292-
run: sed -i 's/resolver = "1"/resolver = "2"/' Cargo.toml
293-
294291
- run: cargo check --target ${{ matrix.target }} -p ${{ matrix.crate }}
295292
${{ (matrix.crate == 'juniper' && matrix.target == 'wasm32-unknown-unknown')
296293
&& '--features js'

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[workspace]
2+
resolver = "3"
23
members = [
34
"benches",
45
"book",

0 commit comments

Comments
 (0)