From 737c9cb66dbefdeb7c6af66e67ac0c567c34fdd2 Mon Sep 17 00:00:00 2001 From: tonjen Date: Fri, 15 Sep 2023 14:24:41 +0000 Subject: [PATCH] Update project dependencies ever-block with tag 1.9.102 ever-types with tag 2.0.27 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0c560d3..fc2c5d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ version = '1.0.7' 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.101' } -ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.26' } +ton_block = { git = 'https://github.com/tonlabs/ever-block.git', tag = '1.9.102' } +ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.27' }