Skip to content

Commit e04183d

Browse files
committed
bump rust version to 1.75.0
1 parent ffbd562 commit e04183d

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install toolchain
2424
uses: actions-rs/toolchain@v1
2525
with:
26-
toolchain: 1.73.0
26+
toolchain: 1.75.0
2727
override: true
2828
components: rustfmt, clippy
2929

@@ -90,7 +90,7 @@ jobs:
9090
- name: cargo check
9191
run: cargo check
9292
env:
93-
RUSTFLAGS: -Dwarnings
93+
RUSTFLAGS: -Dwarnings
9494

9595
- name: Run unit tests
9696
run: cargo test --all
@@ -109,14 +109,12 @@ jobs:
109109
# In the other half we run the Opt profiles.
110110
#
111111
# We want the four parts to have similar runtimes.
112-
BENCH_INCLUDE_EXCLUDE_OPTS: [
113-
"--include cargo-0.60.0,stm32f4-0.14.0,webrender-2022",
114-
"--exclude cargo-0.60.0,stm32f4-0.14.0,webrender-2022",
115-
]
116-
PROFILES: [
117-
"Check,Debug,Doc",
118-
"Opt",
119-
]
112+
BENCH_INCLUDE_EXCLUDE_OPTS:
113+
[
114+
"--include cargo-0.60.0,stm32f4-0.14.0,webrender-2022",
115+
"--exclude cargo-0.60.0,stm32f4-0.14.0,webrender-2022",
116+
]
117+
PROFILES: ["Check,Debug,Doc", "Opt"]
120118
name: Test benchmarks
121119
runs-on: ubuntu-latest
122120
steps:

0 commit comments

Comments
 (0)