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:
commit
c1a631d733
2 changed files with 2 additions and 1 deletions
|
@ -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() {
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.81.0
|
||||
1.82.0
|
||||
|
|
Loading…
Add table
Reference in a new issue