From 16426ac1e5671cdbee6c644112ca9c4e9966374e Mon Sep 17 00:00:00 2001 From: Jubilee Young Date: Fri, 22 Mar 2024 14:47:25 -0700 Subject: [PATCH] Cut backtrace 0.3.71 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9bf2557..ba8c53f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "backtrace" -version = "0.3.70" +version = "0.3.71" dependencies = [ "addr2line", "cc", diff --git a/Cargo.toml b/Cargo.toml index 3a6deac7..e1ee1c37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "backtrace" -version = "0.3.70" +version = "0.3.71" authors = ["The Rust Project Developers"] build = "build.rs" license = "MIT OR Apache-2.0"