Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomXY committed May 25, 2022
1 parent c5b6ad4 commit 2986fae
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions ton_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ api_derive = { path = '../api/derive' }
api_info = { path = '../api/info' }
ton_sdk = { default-features = false, path = '../ton_sdk' }

ton_abi = { git = 'https://github.com/tonlabs/ton-labs-abi.git', tag = '2.2.4' }
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block.git', tag = '1.7.47' }
ton_block_json = { git = 'https://github.com/tonlabs/ton-labs-block-json.git', tag = '0.7.14' }
ton_executor = { default-features = false, git = 'https://github.com/tonlabs/ton-labs-executor.git', tag = '1.15.66' }
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types.git', tag = '1.11.0' }
ton_vm = { default-features = false, git = 'https://github.com/tonlabs/ton-labs-vm.git', tag = '1.8.34' }
ton_abi = { git = 'https://github.com/tonlabs/ton-labs-abi.git', tag = '2.2.5' }
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block.git', tag = '1.7.48' }
ton_block_json = { git = 'https://github.com/tonlabs/ton-labs-block-json.git', tag = '0.7.15' }
ton_executor = { default-features = false, git = 'https://github.com/tonlabs/ton-labs-executor.git', tag = '1.15.67' }
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types.git', tag = '1.11.1' }
ton_vm = { default-features = false, git = 'https://github.com/tonlabs/ton-labs-vm.git', tag = '1.8.35' }

lockfree = { git = 'https://github.com/tonlabs/lockfree.git', package = 'lockfree' }
sodalite = { features = [ 'rand' ], git = 'https://github.com/tonlabs/sodalite.git' }
Expand Down
8 changes: 4 additions & 4 deletions ton_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ license = 'Apache-2.0'
authors = [ 'TON Labs LTD <[email protected]>' ]

[dependencies]
ton_abi = { git = 'https://github.com/tonlabs/ton-labs-abi.git', tag = '2.2.4' }
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block.git', tag = '1.7.47' }
ton_vm = { default-features = false, git = 'https://github.com/tonlabs/ton-labs-vm.git', tag = '1.8.34' }
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types.git', tag = '1.11.0' }
ton_abi = { git = 'https://github.com/tonlabs/ton-labs-abi.git', tag = '2.2.5' }
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block.git', tag = '1.7.48' }
ton_vm = { default-features = false, git = 'https://github.com/tonlabs/ton-labs-vm.git', tag = '1.8.35' }
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types.git', tag = '1.11.1' }

api_info = { path = '../api/info' }
api_derive = { path = '../api/derive' }
Expand Down
2 changes: 1 addition & 1 deletion tools/update_trusted_blocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ serde_derive = '1.0.130'
serde_json = '1.0.68'
tokio = { default-features = false, features = [ 'sync', 'stream', 'fs' ], version = '0.2.13' }
ton_client = { path = '../../ton_client' }
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types.git', tag = '1.11.0' }
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types.git', tag = '1.11.1' }

0 comments on commit 2986fae

Please sign in to comment.