Skip to content

Commit 2ae5398

Browse files
committed
chore: Move CI to use Cargo's v2 layout
1 parent 964405d commit 2ae5398

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838
- name: Build and Test
3939
env:
4040
RUSTFLAGS: -D warnings
41+
CARGO_UNSTABLE_BUILD_DIR_NEW_LAYOUT: true
4142
run: cargo run --manifest-path ci/Cargo.toml build-and-test

.github/workflows/mac.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
- name: Build and Test
3535
env:
3636
RUSTFLAGS: -D warnings
37+
CARGO_UNSTABLE_BUILD_DIR_NEW_LAYOUT: true
3738
run: cargo run --manifest-path ci/Cargo.toml build-and-test

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@ jobs:
6060
- name: Build and Test
6161
env:
6262
RUSTFLAGS: -D warnings
63+
CARGO_UNSTABLE_BUILD_DIR_NEW_LAYOUT: true
6364
run: cargo run --manifest-path ci/Cargo.toml build-and-test

0 commit comments

Comments
 (0)