Skip to content

Commit

Permalink
[meta] update to Rust 1.80.1 (#6272)
Browse files Browse the repository at this point in the history
Includes an important bugfix to floats:
https://blog.rust-lang.org/2024/08/08/Rust-1.80.1.html
  • Loading branch information
sunshowers authored Aug 8, 2024
1 parent caeff73 commit 5ae5260
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
@@ -1,5 +1,5 @@
[toolchain]
# We choose a specific toolchain (rather than "stable") for repeatability. The
# intent is to keep this up-to-date with recently-released stable Rust.
channel = "1.80.0"
channel = "1.80.1"
profile = "default"

0 comments on commit 5ae5260

Please sign in to comment.