aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-04-25 20:04:04 +0100
committerAleksey Kladov <[email protected]>2020-04-25 20:22:40 +0100
commitbd9ede0ec9fb76c8cc0b572ef0405811e1cb666e (patch)
tree723ee0cd16b656a8db5c65ac65b16cc841608126 /Cargo.lock
parent0f099ead8893fa9551e385b030a4239ea1338451 (diff)
Extract messy tree handling out of profiling code
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 20e6cd540..367ff3f82 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1139,6 +1139,7 @@ dependencies = [
1139 "jemalloc-ctl", 1139 "jemalloc-ctl",
1140 "jemallocator", 1140 "jemallocator",
1141 "once_cell", 1141 "once_cell",
1142 "ra_arena",
1142] 1143]
1143 1144
1144[[package]] 1145[[package]]