Use latest stable for now.
This commit is contained in:
parent
b337e6333c
commit
acb47a0c0a
1 changed files with 2 additions and 1 deletions
|
|
@ -57,7 +57,8 @@
|
|||
inherit system;
|
||||
overlays = [ (import rust-overlay) devshell.overlays.default ];
|
||||
};
|
||||
rust = pkgs.rust-bin.stable."1.67.1";
|
||||
# TODO Pin the version for release
|
||||
rust = pkgs.rust-bin.stable.latest;
|
||||
llvm = pkgs.llvmPackages_latest;
|
||||
|
||||
craneLib = (crane.mkLib pkgs).overrideToolchain rust.default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue