This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-18
lines changed Expand file tree Collapse file tree 3 files changed +7
-18
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ version = 4
4
4
5
5
[[package ]]
6
6
name = " addr2line"
7
- version = " 0.22.0 "
7
+ version = " 0.24.2 "
8
8
source = " registry+https://github.com/rust-lang/crates.io-index"
9
- checksum = " 6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678 "
9
+ checksum = " dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 "
10
10
dependencies = [
11
11
" compiler_builtins" ,
12
- " gimli 0.29.0 " ,
12
+ " gimli" ,
13
13
" rustc-std-workspace-alloc" ,
14
14
" rustc-std-workspace-core" ,
15
15
]
@@ -111,22 +111,10 @@ dependencies = [
111
111
" unicode-width" ,
112
112
]
113
113
114
- [[package ]]
115
- name = " gimli"
116
- version = " 0.29.0"
117
- source = " registry+https://github.com/rust-lang/crates.io-index"
118
- checksum = " 40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
119
- dependencies = [
120
- " compiler_builtins" ,
121
- " rustc-std-workspace-alloc" ,
122
- " rustc-std-workspace-core" ,
123
- ]
124
-
125
114
[[package ]]
126
115
name = " gimli"
127
116
version = " 0.31.1"
128
- source = " registry+https://github.com/rust-lang/crates.io-index"
129
- checksum = " 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
117
+ source = " git+https://github.com/jyn514/gimli?branch=shared-attrs#91a5d4e468acbec55ed7d43d9c3204e946db0463"
130
118
dependencies = [
131
119
" compiler_builtins" ,
132
120
" rustc-std-workspace-alloc" ,
@@ -408,7 +396,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
408
396
checksum = " 51f06a05848f650946acef3bf525fe96612226b61f74ae23ffa4e98bfbb8ab3c"
409
397
dependencies = [
410
398
" compiler_builtins" ,
411
- " gimli 0.31.1 " ,
399
+ " gimli" ,
412
400
" rustc-std-workspace-core" ,
413
401
]
414
402
Original file line number Diff line number Diff line change @@ -45,3 +45,4 @@ rustc-demangle.debug = 0
45
45
rustc-std-workspace-core = { path = ' rustc-std-workspace-core' }
46
46
rustc-std-workspace-alloc = { path = ' rustc-std-workspace-alloc' }
47
47
rustc-std-workspace-std = { path = ' rustc-std-workspace-std' }
48
+ gimli = { git = " https://github.com/jyn514/gimli" , branch = " shared-attrs" , version = " 0.31.1" }
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ rustc-demangle = { version = "0.1.24", features = ['rustc-dep-of-std'] }
31
31
32
32
[target .'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))' .dependencies ]
33
33
miniz_oxide = { version = " 0.7.0" , optional = true , default-features = false }
34
- addr2line = { version = " 0.22 .0" , optional = true , default-features = false }
34
+ addr2line = { version = " 0.24 .0" , optional = true , default-features = false }
35
35
36
36
[target .'cfg(not(all(windows, target_env = "msvc")))' .dependencies ]
37
37
libc = { version = " 0.2.169" , default-features = false , features = [
You can’t perform that action at this time.
0 commit comments