From d2967a90cb158e67e1cc5ae689d68e7b2a654483 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Thu, 15 Jun 2023 18:19:10 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20style:=20make=20cargo.t?= =?UTF-8?q?oml=20consistent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9102880..a0b25fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ redis = {version="*"} md5 = {version="*"} rand={version="*"} once_cell = {version="*"} -error-stack = "0.3.1" +error-stack = {version="0.3.1"} [dev-dependencies] rusty-hook = "^0.11.2"