mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Upgrade Rust to 1.82.0 (#34592)
* Fix deprecated PanicInfo alias Fixes: ```rust use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead ``` Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> * build: upgrade rustc to 1.82.0 Tracking issue for the silenced lints: https://github.com/servo/servo/issues/34591 Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> --------- Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
parent
c0703b605d
commit
6a816649d6
10 changed files with 23 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
[toolchain]
|
||||
# Be sure to update shell.nix and support/crown/rust-toolchain.toml when bumping this!
|
||||
channel = "1.81.0"
|
||||
channel = "1.82.0"
|
||||
|
||||
components = [
|
||||
"clippy",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue