Skip to content

Commit

Permalink
Merge pull request #790 from tonlabs/master-RC
Browse files Browse the repository at this point in the history
Automatic update project. #none
  • Loading branch information
IgorKoval committed Jul 21, 2022
2 parents 211d3a2 + fdf4cbc commit b4bb040
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## Version: 0.27.11

### New


## Version: 0.27.6

### Bug fixes
Expand Down
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = 'Apache-2.0'
name = 'tonos-cli'
readme = 'README.md'
repository = 'https://github.com/tonlabs/tonos-cli'
version = '0.27.10'
version = '0.27.11'

[dependencies]
async-trait = '0.1.42'
Expand All @@ -43,15 +43,15 @@ tokio-retry = '0.3'
log = { features = [ 'std' ], version = '0.4.11' }
serde = { features = [ 'derive' ], version = '1.0' }
tokio = { default-features = false, features = [ 'full' ], version = '1' }
ton_abi = { git = 'https://github.com/tonlabs/ton-labs-abi.git', tag = '2.2.8' }
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block.git', tag = '1.7.51' }
ton_client = { git = 'https://github.com/tonlabs/TON-SDK.git', tag = '1.35.0' }
ton_executor = { git = 'https://github.com/tonlabs/ton-labs-executor.git', tag = '1.15.72' }
ton_labs_assembler = { git = 'https://github.com/tonlabs/ton-labs-assembler.git', tag = '1.2.42' }
ton_sdk = { git = 'https://github.com/tonlabs/TON-SDK.git', tag = '1.35.0' }
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types.git', tag = '1.11.2' }
ton_vm = { git = 'https://github.com/tonlabs/ton-labs-vm.git', tag = '1.8.38' }
ton_block_json = { git = 'https://github.com/tonlabs/ton-labs-block-json.git', tag = '0.7.18' }
ton_abi = { git = 'https://github.com/tonlabs/ton-labs-abi.git', tag = '2.3.1' }
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block.git', tag = '1.8.0' }
ton_client = { git = 'https://github.com/tonlabs/TON-SDK.git', tag = '1.36.1' }
ton_executor = { git = 'https://github.com/tonlabs/ton-labs-executor.git', tag = '1.15.78' }
ton_labs_assembler = { git = 'https://github.com/tonlabs/ton-labs-assembler.git', tag = '1.2.44' }
ton_sdk = { git = 'https://github.com/tonlabs/TON-SDK.git', tag = '1.36.1' }
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types.git', tag = '1.11.3' }
ton_vm = { git = 'https://github.com/tonlabs/ton-labs-vm.git', tag = '1.8.40' }
ton_block_json = { git = 'https://github.com/tonlabs/ton-labs-block-json.git', tag = '0.7.24' }

[dev-dependencies]
assert_cmd = '1.0.3'
Expand Down

0 comments on commit b4bb040

Please sign in to comment.