From 172b8f41f00eab00425b4ae247fe92dade67a924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B5=D0=BD=D0=B8=D1=81=20=D0=9A=D0=BE=D1=82=D0=BB?= =?UTF-8?q?=D1=8F=D1=80=D0=BE=D0=B2?= Date: Sun, 20 Nov 2022 10:26:13 +0300 Subject: [PATCH] #[TRIG] TrigRebuild --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e29035a..c221873 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,3 +42,4 @@ parking_lot = { version = "0.12.1", optional = true } # The synchronization primitive is implemented using the `tokio`+`parking_lot` library. tokio = { version = "1.21.2", optional = true, default-features = false, features = ["parking_lot", "sync"]} async-trait = { version = "0.1.58", optional = true } +