Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomXY committed Aug 4, 2022
1 parent 404e7b9 commit 42fd0e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## Version: 0.2.129
## Version: 0.2.130

### New

Expand Down
2 changes: 1 addition & 1 deletion commit_hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
99156ea96968bd86bc2d28814940253597fa2c2b
c5d4eea9ed50954c285dab82d08aab2cd42a23bc
2 changes: 1 addition & 1 deletion deps_map.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"ton-block":"44683365a549ac28b1516b081621fa91c356d741","ton-types":"d04d4938a776665c7c276bff6bd860b0a6a1f45e"}
{"ton-block":"e1210b6ed2560f58b5686c3e7ab41b20e885a987","ton-types":"d04d4938a776665c7c276bff6bd860b0a6a1f45e"}
4 changes: 2 additions & 2 deletions ton_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = [ 'Aaron Gallagher <[email protected]>', 'Connie Hilarides <[email protected]
description = 'Minimal wrappers for TON serialization using TL-schema'
edition = '2018'
name = 'ton_api'
version = '0.2.129'
version = '0.2.130'

[build-dependencies]
failure = '0.1.7'
Expand All @@ -20,5 +20,5 @@ ordered-float = '2.8'
secstr = '0.4'
serde = '1.0'
serde_derive = '1.0'
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block.git', tag = '1.8.0' }
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block.git', tag = '1.8.1' }
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types.git', tag = '1.11.3' }

0 comments on commit 42fd0e3

Please sign in to comment.