mirror of
https://codeberg.org/icewind/mill-scale.git
synced 2026-08-02 12:14:54 +02:00
This commit is contained in:
parent
e6d7778ce2
commit
a1ce01e4cc
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ in
|
|||
};
|
||||
semverToolchain = mkOption {
|
||||
type = function;
|
||||
default = pkgs: pkgs.rust-bin.stable."1.89.0".default;
|
||||
default = pkgs: pkgs.rust-bin.stable."1.91.0".default;
|
||||
description = "rust toolchain to use for cargo-semver-checks";
|
||||
};
|
||||
miriToolchain = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue