From 90c2dd0caed48b1544979e34da0d9208719bd47e Mon Sep 17 00:00:00 2001 From: tonjen Date: Tue, 30 Jan 2024 15:52:57 +0000 Subject: [PATCH] Update project dependencies ever-block with tag 1.9.122 ever-types with tag 2.0.32 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1f8f62c..17d2035 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.17' +version = '1.0.18' [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.121' } -ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.31' } +ton_block = { git = 'https://github.com/tonlabs/ever-block.git', tag = '1.9.122' } +ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.32' }