Skip to content

Commit

Permalink
[rust] update to Rust 1.74.1 (#4700)
Browse files Browse the repository at this point in the history
I'm hitting an ICE with 1.74.0 that appears to be fixed with 1.74.1.
  • Loading branch information
sunshowers authored Dec 21, 2023
1 parent b114324 commit ae7c2ed
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 @@ -4,5 +4,5 @@
#
# 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.74.0"
channel = "1.74.1"
profile = "default"

0 comments on commit ae7c2ed

Please sign in to comment.