Run build_tools/update-dependencies.sh

Still need to upgrade Cargo deps.
This commit is contained in:
Johannes Altmanninger
2025-12-16 06:29:29 +01:00
parent 1db4dc4c3e
commit 64da7ca124
7 changed files with 32 additions and 23 deletions

View File

@@ -25,7 +25,7 @@ runs:
set -x
toolchain=$(
case "$toolchain_channel" in
(stable) echo 1.91 ;; # updatecli.d/rust.yml
(stable) echo 1.92 ;; # updatecli.d/rust.yml
(msrv) echo 1.85 ;; # updatecli.d/rust.yml
(*)
printf >&2 "error: unsupported toolchain channel %s" "$toolchain_channel"

View File

@@ -21,4 +21,4 @@ jobs:
with:
command: check licenses
arguments: --all-features --locked --exclude-dev
rust-version: 1.91 # updatecli.d/rust.yml
rust-version: 1.92 # updatecli.d/rust.yml