mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-14 21:15:26 +00:00
Upgrade to Rust 1.81.0
This commit is contained in:
@@ -195,8 +195,8 @@ jobs:
|
||||
|
||||
- name: Install toolchain
|
||||
run: |
|
||||
rustup toolchain install 1.80.0
|
||||
rustup default 1.80.0
|
||||
rustup toolchain install 1.81.0
|
||||
rustup default 1.81.0
|
||||
rustup component add clippy
|
||||
|
||||
- name: Setup OPA
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
# The Debian version and version name must be in sync
|
||||
ARG DEBIAN_VERSION=12
|
||||
ARG DEBIAN_VERSION_NAME=bookworm
|
||||
ARG RUSTC_VERSION=1.80.0
|
||||
ARG RUSTC_VERSION=1.81.0
|
||||
ARG NODEJS_VERSION=20.15.0
|
||||
ARG OPA_VERSION=0.64.1
|
||||
ARG CARGO_AUDITABLE_VERSION=0.6.4
|
||||
|
||||
Reference in New Issue
Block a user