From fed5b10d6fe639666b72c639a338ae7c9c01e238 Mon Sep 17 00:00:00 2001 From: tonjen <49282571+tonjen@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:48:59 +0300 Subject: [PATCH] Updating the project due to dependency changes: ever-types. Co-authored-by: Kirill <43584399+Sumrachek@users.noreply.github.com> --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6f4c2f1..0a6e33a 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.28' +version = '1.0.29' [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.141' } -ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.39' } +ton_block = { git = 'https://github.com/tonlabs/ever-block.git', tag = '1.9.142' } +ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.40' }