File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
# This file is automatically @generated by Cargo.
2
2
# It is not intended for manual editing.
3
- version = 3
3
+ version = 4
4
4
5
5
[[package ]]
6
6
name = " addr2line"
@@ -340,7 +340,6 @@ dependencies = [
340
340
" object" ,
341
341
" panic_abort" ,
342
342
" panic_unwind" ,
343
- " profiler_builtins" ,
344
343
" r-efi" ,
345
344
" r-efi-alloc" ,
346
345
" rand" ,
@@ -368,6 +367,7 @@ name = "sysroot"
368
367
version = " 0.0.0"
369
368
dependencies = [
370
369
" proc_macro" ,
370
+ " profiler_builtins" ,
371
371
" std" ,
372
372
" test" ,
373
373
]
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ panic_unwind = { path = "../panic_unwind", optional = true }
18
18
panic_abort = { path = " ../panic_abort" }
19
19
core = { path = " ../core" , public = true }
20
20
compiler_builtins = { version = " 0.1.133" }
21
- profiler_builtins = { path = " ../profiler_builtins" , optional = true }
22
21
unwind = { path = " ../unwind" }
23
22
hashbrown = { version = " 0.15" , default-features = false , features = [
24
23
' rustc-dep-of-std' ,
@@ -98,7 +97,6 @@ backtrace = [
98
97
]
99
98
100
99
panic-unwind = [" panic_unwind" ]
101
- profiler = [" profiler_builtins" ]
102
100
compiler-builtins-c = [" alloc/compiler-builtins-c" ]
103
101
compiler-builtins-mem = [" alloc/compiler-builtins-mem" ]
104
102
compiler-builtins-no-asm = [" alloc/compiler-builtins-no-asm" ]
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ edition = "2021"
6
6
# this is a dummy crate to ensure that all required crates appear in the sysroot
7
7
[dependencies ]
8
8
proc_macro = { path = " ../proc_macro" }
9
+ profiler_builtins = { path = " ../profiler_builtins" , optional = true }
9
10
std = { path = " ../std" }
10
11
test = { path = " ../test" }
11
12
@@ -23,7 +24,7 @@ system-llvm-libunwind = ["std/system-llvm-libunwind"]
23
24
panic-unwind = [" std/panic_unwind" ]
24
25
panic_immediate_abort = [" std/panic_immediate_abort" ]
25
26
optimize_for_size = [" std/optimize_for_size" ]
26
- profiler = [" std/profiler " ]
27
+ profiler = [" profiler_builtins " ]
27
28
std_detect_file_io = [" std/std_detect_file_io" ]
28
29
std_detect_dlsym_getauxval = [" std/std_detect_dlsym_getauxval" ]
29
30
std_detect_env_override = [" std/std_detect_env_override" ]
You can’t perform that action at this time.
0 commit comments