From 1db7280b9ee90cd5bd602f73a4edf72f4f77b7ac Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Tue, 9 Mar 2021 23:47:57 +0100 Subject: [PATCH] build: pin `async-trait` version --- crdt-enc-tokio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crdt-enc-tokio/Cargo.toml b/crdt-enc-tokio/Cargo.toml index 4775aaa..fbfb647 100644 --- a/crdt-enc-tokio/Cargo.toml +++ b/crdt-enc-tokio/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] crdts = "6.2" serde = "1" -async-trait = "0.1" +async-trait = "=0.1.42" # https://github.com/dtolnay/async-trait/issues/144 futures = "0.3" anyhow = "1" uuid = "0.8"