diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index cf4de8bbe..fbe4cd666 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1198,8 +1198,10 @@ name = "ra_prof" | |||
1198 | version = "0.1.0" | 1198 | version = "0.1.0" |
1199 | dependencies = [ | 1199 | dependencies = [ |
1200 | "backtrace", | 1200 | "backtrace", |
1201 | "cfg-if", | ||
1201 | "jemalloc-ctl", | 1202 | "jemalloc-ctl", |
1202 | "jemallocator", | 1203 | "jemallocator", |
1204 | "libc", | ||
1203 | "mimalloc", | 1205 | "mimalloc", |
1204 | "once_cell", | 1206 | "once_cell", |
1205 | "ra_arena", | 1207 | "ra_arena", |