Skip to content

Commit

Permalink
Update version because of dependencies update
Browse files Browse the repository at this point in the history
ton-types 1.10.10 -> 1.10.11
ton-block 1.7.27 -> 1.7.28
  • Loading branch information
AtomXY authored Oct 27, 2021
1 parent 8cf969f commit e8f907c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

[package]
name = 'ton_abi'
version = "2.1.3"
version = "2.1.4"

[dependencies]

ton_types = { git = 'https://github.com/tonlabs/ton-labs-types.git', tag = '1.10.10' }
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block.git', tag = '1.7.27' }
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types.git', tag = '1.10.11' }
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block.git', tag = '1.7.28' }
base64 = '0.10.0'
num-bigint = '0.2.2'
hex = '0.3.2'
Expand Down

0 comments on commit e8f907c

Please sign in to comment.