Skip to content

Commit f9cd7e6

Browse files
committed
Upgrade Rust to 1.86.0
1 parent e776d65 commit f9cd7e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
uses: actions/checkout@v4.2.2
211211

212212
- name: Install Rust toolchain
213-
uses: dtolnay/rust-toolchain@1.85.0
213+
uses: dtolnay/rust-toolchain@1.86.0
214214
with:
215215
components: clippy
216216

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.85.0
11+
ARG RUSTC_VERSION=1.86.0
1212
ARG NODEJS_VERSION=20.15.0
1313
ARG OPA_VERSION=1.1.0
1414
ARG CARGO_AUDITABLE_VERSION=0.6.6

0 commit comments

Comments
 (0)