Skip to content

Commit bbfb0f1

Browse files
authored
ci: Fix rust version in docker workflow (#453)
During #435 I forgot to update the Rust version to `1.88.0` in one location. This causes the "on push to unstable" CI to fail. update the Rust version to `1.88.0` in the docker workflow
1 parent 22df8e1 commit bbfb0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
env:
17-
RUST_VERSION: '1.87.0'
17+
RUST_VERSION: '1.88.0'
1818
# Deny warnings in CI
1919
RUSTFLAGS: "-D warnings -C debuginfo=0"
2020
# Prevent Github API rate limiting

0 commit comments

Comments
 (0)