From 4ad323ad6c5f9ffa4724414a44cb185c8e61f2d2 Mon Sep 17 00:00:00 2001 From: tonjen Date: Tue, 22 Aug 2023 08:20:40 +0000 Subject: [PATCH] Updating the project due to dependency changes: ever-block-private. #none --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ecc1a73..56cddb9 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.2' +version = '1.0.3' [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.89' } +ton_block = { git = 'https://github.com/tonlabs/ever-block.git', tag = '1.9.90' } ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.18' }