Skip to content

Commit

Permalink
Update dependencies list
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomXY committed Oct 22, 2021
1 parent 5f26334 commit 0ee8aae
Showing 1 changed file with 25 additions and 21 deletions.
46 changes: 25 additions & 21 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,32 @@

[package]
name = "ton_abi"
version = "2.1.2"

name = 'ton_abi'
version = '2.1.1'

[dependencies]
ton_types = { git = "https://github.com/tonlabs/ton-labs-types.git" }
ton_block = { git = "https://github.com/tonlabs/ton-labs-block.git" }

base64 = "0.10.0"
pretty_assertions = "0.5.1"
num-bigint = "0.2.2"
hex = "0.3.2"
serde = "1.0.91"
serde_json = "1.0.41"
serde_derive = "1.0.91"
sha2 = "0.8"
ed25519 = "1.0.1"
ed25519-dalek = "1.0.0-pre.4"
chrono = "0.4.9"
byteorder = "1.3.2"
failure = "0.1"
num-traits = "0.2.11"

ton_types = { git = 'https://github.com/tonlabs/ton-labs-types.git', tag = '1.10.10' }
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block.git', tag = '1.7.27' }
base64 = '0.10.0'
pretty_assertions = '0.5.1'
num-bigint = '0.2.2'
hex = '0.3.2'
serde = '1.0.91'
serde_json = '1.0.41'
serde_derive = '1.0.91'
sha2 = '0.8'
ed25519 = '1.0.1'
ed25519-dalek = '1.0.0-pre.4'
chrono = '0.4.9'
byteorder = '1.3.2'
failure = '0.1'
num-traits = '0.2.11'

[dev-dependencies.rand]
version = "0.7.3"

version = '0.7.3'

[features]
ci_run = []

ci_run = [ ]

0 comments on commit 0ee8aae

Please sign in to comment.