aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJonas Schievink <[email protected]>2021-06-09 21:55:50 +0100
committerJonas Schievink <[email protected]>2021-06-10 13:06:35 +0100
commit2c1ca98abaf6756d3246841cc3cf4ca3f617efca (patch)
treec95c2fda453144a93f77f04cce316fb52f611d73 /Cargo.lock
parent85056423e3d14fc59bca06d3b2e0c44041653945 (diff)
Make `MemoryUsage` work on Windows
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 505263c64..2bd8897f0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1170,6 +1170,7 @@ dependencies = [
1170 "once_cell", 1170 "once_cell",
1171 "perf-event", 1171 "perf-event",
1172 "tikv-jemalloc-ctl", 1172 "tikv-jemalloc-ctl",
1173 "winapi",
1173] 1174]
1174 1175
1175[[package]] 1176[[package]]