Skip to content

Commit

Permalink
bump rust to v1.72 - stable simd (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieMcVicker authored Apr 24, 2024
1 parent 9ffbdbf commit 622b34e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
fenix = inputs.fenix.packages.${system};
toolchainFile = {
file = ./rust-toolchain.toml;
sha256 = "sha256-gdYqng0y9iHYzYPAdkC/ka3DRny3La/S5G8ASj0Ayyc=";
sha256 = "sha256-Q9UgzzvxLi4x9aWUJTn+/5EXekC98ODRU1TwhUs9RnY=";
};
rust-toolchain = fenix.fromToolchainFile toolchainFile;
naersk = inputs.naersk.lib.${system}.override {
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.70.0"
channel = "1.72.0"
profile = "minimal"
components = ["rust-src", "rustfmt", "clippy"]
targets = ["x86_64-unknown-linux-musl"]

0 comments on commit 622b34e

Please sign in to comment.