Skip to content

Commit 1a5c8d3

Browse files
author
cryshado
committedMay 15, 2023
up deps
1 parent 3ca1f3a commit 1a5c8d3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
 

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ anyhow = "1.0.70"
1212
failure = "0.1.0"
1313
hex-literal = "0.3.4"
1414

15-
ton_block = { git = 'https://github.com/tonlabs/ever-block.git', tag = '1.9.46' }
16-
ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.4' }
15+
ton_block = { git = 'https://github.com/tonlabs/ever-block.git', tag = '1.9.51' }
16+
ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.5' }

‎README.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22

33
[![GitHub](https://img.shields.io/github/license/tonlabs/ever-struct)](./LICENSE) [![Rust Version](https://img.shields.io/badge/Rust-1.65+-orange.svg)](https://www.rust-lang.org/)
44

5-
> :warning: Work in progress, interface can be changed! This isn't production ready version yet.
6-
75
This repository contains an implementation of frequently used structures that aren't part of blocks and/or don't participate in the source code of the ever-node. The schemes are described in the [`src/scheme.tlb`](./src/scheme.tlb) file.

0 commit comments

Comments
 (0)
Please sign in to comment.