File: 2002_backtrace.patch

package info (click to toggle)
rust-human-panic 2.0.6%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 300 kB
  • sloc: makefile: 15; sh: 1
file content (18 lines) | stat: -rw-r--r-- 580 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: accept older revision of crate backtrace
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1128778
Forwarded: not-needed
Last-Update: 2026-02-22
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -128,7 +128,7 @@
 serde_derive = "1.0.228"
 toml = { version = "0.9.10", default-features = false, features = ["display", "serde"] }
 serde = "1.0.228"
-backtrace = "0.3.76"
+backtrace = "0.3.75"
 sysinfo = { version = "0.37.2", default-features = false, features = ["system"] }
 
 [lints]