From 3291ea405b60695a25703e713c7fc47dda602e8d Mon Sep 17 00:00:00 2001 From: tcmal Date: Sat, 17 Jun 2023 14:21:15 +0000 Subject: avoid deadlocks by no longer returning read guard --- incria/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'incria/Cargo.toml') diff --git a/incria/Cargo.toml b/incria/Cargo.toml index 2dbe28a..55e6cdf 100644 --- a/incria/Cargo.toml +++ b/incria/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] +blink-alloc = { version = "0.3.0", features = ["sync"] } tokio = { version = "1.28.1", features = ["sync", "rt"] } [dev-dependencies] @@ -16,4 +17,4 @@ path = "benches/pascal.rs" [[bench]] name = "pascal" -harness = false \ No newline at end of file +harness = false -- cgit v1.2.3