Skip to content

Commit bc709ca

Browse files
committed
make ci happy
1 parent 6fdd474 commit bc709ca

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

crates/as-if-std/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ std = []
3636

3737
[lints.rust]
3838
unexpected_cfgs = "allow"
39+
[patch.crates-io]
40+
gimli = { git = "https://github.com/jyn514/gimli", branch = "shared-attrs", version = "0.31.1" }

crates/cpp_smoke_test/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ cc = "1.0"
1010

1111
[dependencies]
1212
backtrace = { path = "../..", features = ["cpp_demangle"] }
13+
[patch.crates-io]
14+
gimli = { git = "https://github.com/jyn514/gimli", branch = "shared-attrs", version = "0.31.1" }

crates/debuglink/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ edition = "2021"
55

66
[dependencies]
77
backtrace = { path = "../.." }
8+
[patch.crates-io]
9+
gimli = { git = "https://github.com/jyn514/gimli", branch = "shared-attrs", version = "0.31.1" }

crates/dylib-dep/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ publish = false
88
[lib]
99
name = "dylib_dep"
1010
crate-type = ["cdylib", "rlib"]
11+
[patch.crates-io]
12+
gimli = { git = "https://github.com/jyn514/gimli", branch = "shared-attrs", version = "0.31.1" }

crates/line-tables-only/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ features = [
1515
'libunwind',
1616
'std',
1717
]
18+
[patch.crates-io]
19+
gimli = { git = "https://github.com/jyn514/gimli", branch = "shared-attrs", version = "0.31.1" }

crates/macos_frames_test/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ edition = "2021"
66

77
[dependencies.backtrace]
88
path = "../.."
9+
[patch.crates-io]
10+
gimli = { git = "https://github.com/jyn514/gimli", branch = "shared-attrs", version = "0.31.1" }

crates/without_debuginfo/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ debug = false
1414

1515
[profile.test]
1616
debug = false
17+
[patch.crates-io]
18+
gimli = { git = "https://github.com/jyn514/gimli", branch = "shared-attrs", version = "0.31.1" }

0 commit comments

Comments
 (0)