From 6cfcb328b3a97a8c41e5496a3c84a192cb443d11 Mon Sep 17 00:00:00 2001 From: NikVolf Date: Fri, 15 Mar 2019 19:45:28 +0300 Subject: [PATCH] add patch for heapsize --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fc4e8255..83c2c1a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,3 +44,6 @@ name = "pzec" [workspace] members = ["bencher"] + +[patch.crates-io] +heapsize = { git = "https://github.com/cheme/heapsize.git", branch = "ec-macfix" } \ No newline at end of file