Skip to content

Commit aee585c

Browse files
committed
Upgrade Rust and Clippy to 1.87
1 parent ed566a9 commit aee585c

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
@@ -215,7 +215,7 @@ jobs:
215215
uses: actions/checkout@v4.2.2
216216

217217
- name: Install Rust toolchain
218-
uses: dtolnay/rust-toolchain@1.86.0
218+
uses: dtolnay/rust-toolchain@1.87.0
219219
with:
220220
components: clippy
221221

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# The Debian version and version name must be in sync
1313
ARG DEBIAN_VERSION=12
1414
ARG DEBIAN_VERSION_NAME=bookworm
15-
ARG RUSTC_VERSION=1.86.0
15+
ARG RUSTC_VERSION=1.87.0
1616
ARG NODEJS_VERSION=20.15.0
1717
ARG OPA_VERSION=1.1.0
1818
ARG CARGO_AUDITABLE_VERSION=0.6.6

0 commit comments

Comments
 (0)