We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8d8a5 commit 44a11d5Copy full SHA for 44a11d5
.github/workflows/ci.yaml
@@ -195,8 +195,8 @@ jobs:
195
196
- name: Install toolchain
197
run: |
198
- rustup toolchain install 1.80.0
199
- rustup default 1.80.0
+ rustup toolchain install 1.81.0
+ rustup default 1.81.0
200
rustup component add clippy
201
202
- name: Setup OPA
Dockerfile
@@ -8,7 +8,7 @@
8
# The Debian version and version name must be in sync
9
ARG DEBIAN_VERSION=12
10
ARG DEBIAN_VERSION_NAME=bookworm
11
-ARG RUSTC_VERSION=1.80.0
+ARG RUSTC_VERSION=1.81.0
12
ARG NODEJS_VERSION=20.15.0
13
ARG OPA_VERSION=0.64.1
14
ARG CARGO_AUDITABLE_VERSION=0.6.4
0 commit comments