Skip to content

Commit

Permalink
chore: bump rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Oct 21, 2024
1 parent 592d23b commit 6b34482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Currently we are using this specific nightly version since we rely on the
# rustdoc API which is not yet stabilized. We will keep updating this version
# as we go along.
channel = "nightly-2024-09-20"
channel = "nightly-2024-10-13"
components = ["rustfmt", "clippy", "rust-src"]
targets = ["wasm32-unknown-unknown"]
profile = "minimal"

0 comments on commit 6b34482

Please sign in to comment.