Skip to content

Commit 44844fb

Browse files
authored
Merge pull request #65 from tonlabs/fix-build
Update deps versions
2 parents 671dd9d + 010afc2 commit 44844fb

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

ton-node-se/create_msg/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ hex = "0.4.2"
1111
serde_json = "1.0.62"
1212
tokio = { version = "0.2.13", features = ["macros"] }
1313

14-
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block', tag = '1.7.27' }
15-
ton_client = { git = 'https://github.com/tonlabs/TON-SDK.git', package = "ton_client", tag = '1.24.0' }
16-
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types', tag = '1.10.10' }
17-
ton_vm = { git = 'https://github.com/tonlabs/ton-labs-vm', tag = '1.8.19' }
14+
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block', tag = '1.7.36' }
15+
ton_client = { git = 'https://github.com/tonlabs/TON-SDK.git', package = "ton_client", tag = '1.28.0' }
16+
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types', tag = '1.10.12' }
17+
ton_vm = { git = 'https://github.com/tonlabs/ton-labs-vm', tag = '1.8.29' }
1818

1919
ton_node_old = { path = "../ton_node" }
2020

ton-node-se/poa/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ rustc-hex = "1.0"
3232
unexpected = { path = "parity/util/unexpected" }
3333

3434
# In-house
35-
ton_vm = { git = 'https://github.com/tonlabs/ton-labs-vm', default-features = false, tag = '1.8.19' }
36-
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block', tag = '1.7.27' }
37-
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types', tag = '1.10.10' }
35+
ton_vm = { git = 'https://github.com/tonlabs/ton-labs-vm', default-features = false, tag = '1.8.29' }
36+
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block', tag = '1.7.36' }
37+
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types', tag = '1.10.12' }
3838

3939

4040
[dev-dependencies]

ton-node-se/ton_node/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ tokio-io-timeout = "0.3.1"
3333
# Domestic
3434
poa = { path = "../poa" }
3535
ton_api = { git = 'https://github.com/tonlabs/ton-labs-tl', package = 'ton_api', tag = '0.2.110' }
36-
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block', tag = '1.7.27' }
37-
ton_executor = { git = 'https://github.com/tonlabs/ton-labs-executor', tag = '1.15.31' }
38-
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types', tag = '1.10.10' }
39-
ton_vm = { git = 'https://github.com/tonlabs/ton-labs-vm', tag = '1.8.19' }
40-
ton_labs_assembler = { git = "https://github.com/tonlabs/ton-labs-assembler.git", tag = '1.2.24' }
36+
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block', tag = '1.7.36' }
37+
ton_executor = { git = 'https://github.com/tonlabs/ton-labs-executor', tag = '1.15.51' }
38+
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types', tag = '1.10.12' }
39+
ton_vm = { git = 'https://github.com/tonlabs/ton-labs-vm', tag = '1.8.29' }
40+
ton_labs_assembler = { git = "https://github.com/tonlabs/ton-labs-assembler.git", tag = '1.2.30' }
4141

4242
# TBD
4343
#ethcore-network = { git = "https://github.com/paritytech/parity-ethereum.git", package = "ethcore-network" }

ton-node-se/ton_node_startup/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ clap = "2.32.0"
88
log = "0.4.6"
99
log4rs = "0.8.3"
1010
ton_node = { path = "../ton_node", features = ["startup_node"], package = "ton_node_old" }
11-
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block', tag = '1.7.27' }
11+
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block', tag = '1.7.36' }
1212
ton_block_json = { git = "https://github.com/tonlabs/ton-labs-block-json.git", tag = '0.7.1' }
13-
ton_executor = { git = 'https://github.com/tonlabs/ton-labs-executor', tag = '1.15.31' }
14-
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types', tag = '1.10.10' }
15-
ton_vm = { git = 'https://github.com/tonlabs/ton-labs-vm', tag = '1.8.19' }
13+
ton_executor = { git = 'https://github.com/tonlabs/ton-labs-executor', tag = '1.15.51' }
14+
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types', tag = '1.10.12' }
15+
ton_vm = { git = 'https://github.com/tonlabs/ton-labs-vm', tag = '1.8.29' }
1616
ed25519-dalek = "1.0.0-pre.4"
1717
reqwest = "0.9.7"
1818
http = "0.1.17"

0 commit comments

Comments
 (0)