Skip to content

Commit 44a11d5

Browse files
committed
Upgrade to Rust 1.81.0
1 parent 7e8d8a5 commit 44a11d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ jobs:
195195

196196
- name: Install toolchain
197197
run: |
198-
rustup toolchain install 1.80.0
199-
rustup default 1.80.0
198+
rustup toolchain install 1.81.0
199+
rustup default 1.81.0
200200
rustup component add clippy
201201
202202
- name: Setup OPA

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# The Debian version and version name must be in sync
99
ARG DEBIAN_VERSION=12
1010
ARG DEBIAN_VERSION_NAME=bookworm
11-
ARG RUSTC_VERSION=1.80.0
11+
ARG RUSTC_VERSION=1.81.0
1212
ARG NODEJS_VERSION=20.15.0
1313
ARG OPA_VERSION=0.64.1
1414
ARG CARGO_AUDITABLE_VERSION=0.6.4

0 commit comments

Comments
 (0)