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