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 e776d65 commit f9cd7e6Copy full SHA for f9cd7e6
.github/workflows/ci.yaml
@@ -210,7 +210,7 @@ jobs:
210
uses: actions/checkout@v4.2.2
211
212
- name: Install Rust toolchain
213
- uses: dtolnay/rust-toolchain@1.85.0
+ uses: dtolnay/rust-toolchain@1.86.0
214
with:
215
components: clippy
216
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.85.0
+ARG RUSTC_VERSION=1.86.0
12
ARG NODEJS_VERSION=20.15.0
13
ARG OPA_VERSION=1.1.0
14
ARG CARGO_AUDITABLE_VERSION=0.6.6
0 commit comments