Skip to content

Commit d1fda65

Browse files
committed
patch backtrace-sys
1 parent 9b2c93c commit d1fda65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ dependencies = [
136136
[[package]]
137137
name = "backtrace-sys"
138138
version = "0.1.32"
139-
source = "registry+https://github.com/rust-lang/crates.io-index"
140-
checksum = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"
139+
source = "git+https://github.com/raoulstrackx/backtrace-rs.git?branch=lvi#417599229f23bfd40f386ad6233cb05af78f9d2b"
141140
dependencies = [
142141
"cc",
143142
"compiler_builtins",

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ rustc-std-workspace-alloc = { path = 'src/tools/rustc-std-workspace-alloc' }
6565
rustc-std-workspace-std = { path = 'src/tools/rustc-std-workspace-std' }
6666

6767
compiler_builtins = { git = "ssh://[email protected]/fortanix/compiler-builtins.git", branch = "raoul/lvi" }
68+
backtrace-sys = { git = "https://github.com/raoulstrackx/backtrace-rs.git", branch = "lvi" }
6869

6970
[patch."https://github.com/rust-lang/rust-clippy"]
7071
clippy_lints = { path = "src/tools/clippy/clippy_lints" }

0 commit comments

Comments
 (0)