chore:(chain_state): Update lez/chain_state/Cargo.toml

Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
This commit is contained in:
erhant 2026-07-20 12:42:29 +03:00 committed by GitHub
parent a8797d8b37
commit b5ea72b145
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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