From b5ea72b1453b84c8407c39f43c106628b7668f9b Mon Sep 17 00:00:00 2001 From: erhant Date: Mon, 20 Jul 2026 12:42:29 +0300 Subject: [PATCH] chore:(chain_state): Update lez/chain_state/Cargo.toml Co-authored-by: Daniil Polyakov --- lez/chain_state/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/lez/chain_state/Cargo.toml b/lez/chain_state/Cargo.toml index f788f55a..ff8eda7b 100644 --- a/lez/chain_state/Cargo.toml +++ b/lez/chain_state/Cargo.toml @@ -20,7 +20,5 @@ thiserror.workspace = true [dev-dependencies] testnet_initial_state.workspace = true -# we use borsh to compare byte-to-byte matching within tests -# (it sorts hashmap's before serialization, so we can compare two states for equality) borsh.workspace = true serde_json.workspace = true