Skip to content

Commit 78df528

Browse files
authored
BUILD: Upgrade Rust toolchain to v1.90. (#723)
1 parent f077f43 commit 78df528

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
system:
5656
inputs.fenix.packages.${system}.fromToolchainFile {
5757
file = ./rust-toolchain.toml;
58-
sha256 = "sha256-+9FmLhAOezBZCOziO0Qct1NOrfpjNsXxc/8I0c7BdKE=";
58+
sha256 = "sha256-SJwZ8g0zF2WrKDVmHrVG3pD2RGoQeo24MEXnNx5FyuI=";
5959
};
6060

6161
pkgsLinux = nixpkgsFor linuxSystem;

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.89.0"
2+
channel = "1.90.0"
33
components = ["rustfmt", "clippy", "rust-analyzer", "rust-src"]
44
targets = ["wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)