fix(rust): upgrade to 1.85.0

This commit is contained in:
Harsh Shandilya 2025-02-20 23:28:24 +05:30
parent caa3bbfc2b
commit 2004cb83ca
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@
rustStable = (import fenix { inherit pkgs; }).fromToolchainFile { rustStable = (import fenix { inherit pkgs; }).fromToolchainFile {
file = ./rust-toolchain.toml; file = ./rust-toolchain.toml;
sha256 = "sha256-lMLAupxng4Fd9F1oDw8gx+qA0RuF7ou7xhNU8wgs0PU="; sha256 = "sha256-AJ6LX/Q/Er9kS15bn9iflkUwcgYqRQxiOIL2ToVAXaU=";
}; };
craneLib = (crane.mkLib pkgs).overrideToolchain rustStable; craneLib = (crane.mkLib pkgs).overrideToolchain rustStable;

View file

@ -1,5 +1,5 @@
[toolchain] [toolchain]
channel = "1.84.0" channel = "1.85.0"
components = ["clippy", "rustfmt", "rust-src"] components = ["clippy", "rustfmt", "rust-src"]
targets = ["x86_64-unknown-linux-gnu"] targets = ["x86_64-unknown-linux-gnu"]
profile = "minimal" profile = "minimal"