Upgrade Rust and Clippy to 1.87
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -215,7 +215,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v4.2.2
|
||||||
|
|
||||||
- name: Install Rust toolchain
|
- name: Install Rust toolchain
|
||||||
uses: dtolnay/rust-toolchain@1.86.0
|
uses: dtolnay/rust-toolchain@1.87.0
|
||||||
with:
|
with:
|
||||||
components: clippy
|
components: clippy
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
# The Debian version and version name must be in sync
|
# The Debian version and version name must be in sync
|
||||||
ARG DEBIAN_VERSION=12
|
ARG DEBIAN_VERSION=12
|
||||||
ARG DEBIAN_VERSION_NAME=bookworm
|
ARG DEBIAN_VERSION_NAME=bookworm
|
||||||
ARG RUSTC_VERSION=1.86.0
|
ARG RUSTC_VERSION=1.87.0
|
||||||
ARG NODEJS_VERSION=20.15.0
|
ARG NODEJS_VERSION=20.15.0
|
||||||
ARG OPA_VERSION=1.1.0
|
ARG OPA_VERSION=1.1.0
|
||||||
ARG CARGO_AUDITABLE_VERSION=0.6.6
|
ARG CARGO_AUDITABLE_VERSION=0.6.6
|
||||||
|
|||||||
Reference in New Issue
Block a user