From c235e3e6d5a22647cbd88e0c914aacc35790c1f6 Mon Sep 17 00:00:00 2001 From: tonjen <49282571+tonjen@users.noreply.github.com> Date: Sat, 17 Aug 2024 07:39:13 +0300 Subject: [PATCH] Updating the project due to dependency changes: ever-block. Co-authored-by: ViacheslavB --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ee696b9..116132b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,10 +5,10 @@ license = 'Apache-2.0' name = 'ever-struct' repository = 'https://github.com/everx-labs/ever-struct' rust-version = '1.65' -version = '1.1.12' +version = '1.1.13' [dependencies] anyhow = '1.0' thiserror = '1.0' -ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.11' } +ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.12' }