From 96cf370b31e067bae78c05131edb2bf92ea57b00 Mon Sep 17 00:00:00 2001 From: Longarithm Date: Wed, 3 Jul 2024 18:49:52 +0400 Subject: [PATCH] attempt number 2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index de10349ec8d..b810771b09f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ members = [ "utils/fmt", "utils/mainnet-res", "utils/near-cache", - "utils/stdx", "tools/protocol-schema-check", "core/structs-checker-core", + "utils/stdx", ] exclude = ["tracing", "benchmarks"]