aboutsummaryrefslogtreecommitdiff
path: root/crates/profile/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-01-14 11:56:01 +0000
committerGitHub <[email protected]>2021-01-14 11:56:01 +0000
commit022d031b7fe9266ad3dd320c729989e8bf495b67 (patch)
treee8467dbbdcc43f4b119ea8f4485d0738a5a2577d /crates/profile/Cargo.toml
parent947850c2d9e2fa832516e3486efa0dd9c4d30e73 (diff)
parent865e05b5b47d3e27e8fe4458662e751e492a0f51 (diff)
Merge #7266
7266: Make printin the backtrace more convenient r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/profile/Cargo.toml')
-rw-r--r--crates/profile/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml
index c5dfdff32..4951f1835 100644
--- a/crates/profile/Cargo.toml
+++ b/crates/profile/Cargo.toml
@@ -13,7 +13,6 @@ doctest = false
13once_cell = "1.3.1" 13once_cell = "1.3.1"
14cfg-if = "1" 14cfg-if = "1"
15libc = "0.2.73" 15libc = "0.2.73"
16backtrace = { version = "0.3.44", optional = true }
17 16
18arena = { path = "../arena", version = "0.0.0" } 17arena = { path = "../arena", version = "0.0.0" }
19 18
@@ -24,5 +23,4 @@ perf-event = "0.4"
24cpu_profiler = [] 23cpu_profiler = []
25 24
26# Uncomment to enable for the whole crate graph 25# Uncomment to enable for the whole crate graph
27# default = [ "backtrace" ]
28# default = [ "cpu_profiler" ] 26# default = [ "cpu_profiler" ]