From 06ad30e5449a232db43353eb7f6601d15b3595b5 Mon Sep 17 00:00:00 2001 From: tonjen Date: Wed, 20 Dec 2023 06:58:19 +0000 Subject: [PATCH] Update project dependencies ever-block with tag 1.9.119 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 39cfef4..a7e4f84 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.14' +version = '1.0.15' [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.118' } +ton_block = { git = 'https://github.com/tonlabs/ever-block.git', tag = '1.9.119' } ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.31' }