From 16d70798297a7560fa90b51f4a4df93c4f264a84 Mon Sep 17 00:00:00 2001 From: ViacheslavB Date: Fri, 20 Sep 2024 12:54:29 +0300 Subject: [PATCH] Updating the project due to dependency changes: ever-block. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index be6373d..2800317 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.17' +version = '1.1.18' [dependencies] anyhow = '1.0' thiserror = '1.0' -ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.16' } +ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.17' }