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 ed566a9 commit aee585cCopy full SHA for aee585c
.github/workflows/ci.yaml
@@ -215,7 +215,7 @@ jobs:
215
uses: actions/checkout@v4.2.2
216
217
- name: Install Rust toolchain
218
- uses: dtolnay/rust-toolchain@1.86.0
+ uses: dtolnay/rust-toolchain@1.87.0
219
with:
220
components: clippy
221
Dockerfile
@@ -12,7 +12,7 @@
12
# The Debian version and version name must be in sync
13
ARG DEBIAN_VERSION=12
14
ARG DEBIAN_VERSION_NAME=bookworm
15
-ARG RUSTC_VERSION=1.86.0
+ARG RUSTC_VERSION=1.87.0
16
ARG NODEJS_VERSION=20.15.0
17
ARG OPA_VERSION=1.1.0
18
ARG CARGO_AUDITABLE_VERSION=0.6.6
0 commit comments