| @@ -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"] |