From a923d7af953a96a79ada7b8d1c776dd0a28c821e Mon Sep 17 00:00:00 2001 From: tonjen <49282571+tonjen@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:31:06 +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 a852960..16f396b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,12 +5,12 @@ license = 'Apache-2.0' name = 'ever-struct' repository = 'https://github.com/tonlabs/ever-struct' rust-version = '1.65' -version = '1.0.25' +version = '1.0.26' [dependencies] anyhow = '1.0.70' failure = '0.1.0' hex-literal = '0.3.4' -ton_block = { git = 'https://github.com/tonlabs/ever-block.git', tag = '1.9.138' } +ton_block = { git = 'https://github.com/tonlabs/ever-block.git', tag = '1.9.139' } ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.38' }