Fix hash for rust-toolchain.toml
Some checks are pending
build-plugin / build (dev) (push) Waiting to run
build-plugin / build (release) (push) Waiting to run

This commit is contained in:
Ryze 2024-07-15 02:35:26 +03:00
parent dff668c760
commit caa7d4c5a7
Signed by: ryze
GPG key ID: 9B296C5CEAEAAAC1

View file

@ -3,7 +3,7 @@
let let
toolchain = fenix.fromToolchainFile { toolchain = fenix.fromToolchainFile {
file = ./rust-toolchain.toml; file = ./rust-toolchain.toml;
sha256 = "opUgs6ckUQCyDxcB9Wy51pqhd0MPGHUVbwRKKPGiwZU="; sha256 = "Ngiz76YP4HTY75GGdH2P+APE/DEIx2R/Dn+BwwOyzZU=";
}; };
in in