Skip to content

Commit

Permalink
Rollback rust to 1.81.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Nov 18, 2024
1 parent 90db678 commit d544484
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 @@ -24,7 +24,7 @@
openssl
pkg-config
jq
(rust-bin.stable.latest.default.override {
(rust-bin.stable."1.81.0".default.override {
extensions = [ "rust-src" ];
targets = [ "wasm32-unknown-unknown" ];
})
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "stable"
channel = "1.81.0"
targets = ["wasm32-unknown-unknown"]
components = ["rustc", "cargo", "rustfmt", "clippy", "rust-src"]

0 comments on commit d544484

Please sign in to comment.