Skip to content

Commit

Permalink
Preparing to merge with the master
Browse files Browse the repository at this point in the history
  • Loading branch information
tonjen committed Oct 21, 2022
1 parent 5738849 commit 172d75c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lazy_static = '1.4'
log = '0.4.6'
num = '0.4'
num-traits = '0.2'
rand = "0.8.5"
rand = '0.8.5'
regex = '1'
serde_json = '1.0.41'
sha2 = '0.10'
Expand All @@ -40,8 +40,8 @@ ton_types = { git = 'https://github.com/tonlabs/ton-labs-types.git', tag = '1.11
ton_vm = { features = [ 'gosh' ], git = 'https://github.com/tonlabs/ton-labs-vm.git', tag = '1.8.44' }

[dev-dependencies]
assert_cmd = "2.0.5"
predicates = "2.1.1"
assert_cmd = '2.0.5'
predicates = '2.1.1'
rayon = '1.5.3'
similar = '2.2.0'

Expand Down

0 comments on commit 172d75c

Please sign in to comment.