Auto merge of #128007 - Mark-Simulacrum:bump-version, r=Mark-Simulacrum

Bump to 1.82

https://forge.rust-lang.org/release/process.html#bump-the-stable-version-number-t-6-days-friday-the-week-before

r? `@Mark-Simulacrum`
This commit is contained in:
bors 2024-07-20 22:14:40 +00:00
commit c1a631d733
2 changed files with 2 additions and 1 deletions

View file

@ -21,6 +21,7 @@ impl PanicContext {
#[allow(clippy::print_stderr)]
fn init() {
let default_hook = panic::take_hook();
#[allow(deprecated)]
let hook = move |panic_info: &panic::PanicInfo<'_>| {
with_ctx(|ctx| {
if !ctx.is_empty() {

View file

@ -1 +1 @@
1.81.0
1.82.0