From d2241203e40098d09e376cac142a3049f1781d0b Mon Sep 17 00:00:00 2001 From: Ivan Druzhitskiy Date: Fri, 3 Nov 2023 16:32:54 +0300 Subject: [PATCH] update pearl --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 64531786..2e34ea60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,9 @@ tokio = { version = "1.28", features = [] } # pearl [workspace.dependencies.pearl] -version = "0.20.0" +# version = "0.20.0" +git = "https://github.com/Qoollo/pearl" +branch = "296-fix-benchmark-build-errors" [profile.release]