Skip to content

Commit

Permalink
Merge pull request #65 from tonlabs/fix-build
Browse files Browse the repository at this point in the history
Update deps versions
  • Loading branch information
d3p authored Jan 26, 2022
2 parents 671dd9d + 010afc2 commit 44844fb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions ton-node-se/create_msg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ hex = "0.4.2"
serde_json = "1.0.62"
tokio = { version = "0.2.13", features = ["macros"] }

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

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

6 changes: 3 additions & 3 deletions ton-node-se/poa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ rustc-hex = "1.0"
unexpected = { path = "parity/util/unexpected" }

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


[dev-dependencies]
Expand Down
10 changes: 5 additions & 5 deletions ton-node-se/ton_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ tokio-io-timeout = "0.3.1"
# Domestic
poa = { path = "../poa" }
ton_api = { git = 'https://github.com/tonlabs/ton-labs-tl', package = 'ton_api', tag = '0.2.110' }
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block', tag = '1.7.27' }
ton_executor = { git = 'https://github.com/tonlabs/ton-labs-executor', tag = '1.15.31' }
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types', tag = '1.10.10' }
ton_vm = { git = 'https://github.com/tonlabs/ton-labs-vm', tag = '1.8.19' }
ton_labs_assembler = { git = "https://github.com/tonlabs/ton-labs-assembler.git", tag = '1.2.24' }
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block', tag = '1.7.36' }
ton_executor = { git = 'https://github.com/tonlabs/ton-labs-executor', tag = '1.15.51' }
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types', tag = '1.10.12' }
ton_vm = { git = 'https://github.com/tonlabs/ton-labs-vm', tag = '1.8.29' }
ton_labs_assembler = { git = "https://github.com/tonlabs/ton-labs-assembler.git", tag = '1.2.30' }

# TBD
#ethcore-network = { git = "https://github.com/paritytech/parity-ethereum.git", package = "ethcore-network" }
Expand Down
8 changes: 4 additions & 4 deletions ton-node-se/ton_node_startup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ clap = "2.32.0"
log = "0.4.6"
log4rs = "0.8.3"
ton_node = { path = "../ton_node", features = ["startup_node"], package = "ton_node_old" }
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block', tag = '1.7.27' }
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block', tag = '1.7.36' }
ton_block_json = { git = "https://github.com/tonlabs/ton-labs-block-json.git", tag = '0.7.1' }
ton_executor = { git = 'https://github.com/tonlabs/ton-labs-executor', tag = '1.15.31' }
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types', tag = '1.10.10' }
ton_vm = { git = 'https://github.com/tonlabs/ton-labs-vm', tag = '1.8.19' }
ton_executor = { git = 'https://github.com/tonlabs/ton-labs-executor', tag = '1.15.51' }
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types', tag = '1.10.12' }
ton_vm = { git = 'https://github.com/tonlabs/ton-labs-vm', tag = '1.8.29' }
ed25519-dalek = "1.0.0-pre.4"
reqwest = "0.9.7"
http = "0.1.17"
Expand Down

0 comments on commit 44844fb

Please sign in to comment.