build: Rust 1.82 is released

This commit is contained in:
oxalica 2024-10-18 09:32:25 -04:00
parent ea69062a6d
commit 3afa73db52
4 changed files with 14 additions and 14 deletions

View file

@ -1,8 +1,4 @@
# WAIT: Rust 1.82 release on 2024-10-17
# Used features:
# - min_exhaustive_patterns: https://github.com/rust-lang/rust/issues/119612
# - precise_capturing: https://github.com/rust-lang/rust/issues/123432
[toolchain]
channel = "beta-2024-09-10" # 1.82.0-beta.3
channel = "1.82"
profile = "default"
components = ["llvm-tools"]