From 74e84155598b11a5b2b967054dead5598237043a Mon Sep 17 00:00:00 2001 From: tonjen Date: Wed, 20 Sep 2023 19:11:00 +0000 Subject: [PATCH] Update project dependencies ever-block with tag 1.9.104 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9fe259a..8853f5c 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.103' } +ton_block = { git = 'https://github.com/tonlabs/ever-block.git', tag = '1.9.104' } ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.28' }