aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-05-21 22:01:28 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-05-21 22:01:28 +0100
commit4199f4e2c31ececbf10e4bc620a7a1ea98b55f78 (patch)
tree768cbfb703c0fb5259a10efc241f97246753aaec /Cargo.lock
parent366ad6f03ba2296f09cb79ea139fa53a132fa651 (diff)
parent6fed943bd2a96893cc5c3e4d2033e8c253d25d45 (diff)
Merge #1307
1307: better profilig r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
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 8dd894802..5aa4ff5de 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1211,6 +1211,7 @@ dependencies = [
1211name = "ra_prof" 1211name = "ra_prof"
1212version = "0.1.0" 1212version = "0.1.0"
1213dependencies = [ 1213dependencies = [
1214 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1214 "once_cell 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 1215 "once_cell 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1215] 1216]
1216 1217