From 6cbbc3e542a16f78c1009b7ca08666de67009d9b Mon Sep 17 00:00:00 2001 From: tonjen Date: Wed, 20 Nov 2024 11:31:06 +0000 Subject: [PATCH] Update project dependencies ever-block with tag 1.11.21 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a7629de..0bf2bdb 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.22' +version = '1.1.23' [dependencies] anyhow = '1.0' thiserror = '1.0' -ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.20' } +ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.21' }