From e9b26aafd6ccad27b8eaedde5809dd9b2576f493 Mon Sep 17 00:00:00 2001 From: Vadim Obradovich Date: Mon, 20 May 2024 14:59:42 +0200 Subject: [PATCH] Update Cargo.toml Co-authored-by: Dennis Diatlov --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index beff0218..babe2595 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ members = [ anyhow = "1" const-format = { package = "const_format", version = "0.2" } convert-case = { package = "convert_case", version = "0.6" } -fluent-asserter = "0.1.9" +fluent-asserter = "0.1" futures = { version = "0.3", default-features = false } gear-core-errors = "1.4.1" git-download = "0.1"