Skip to content

Commit

Permalink
Preparing to merge with the master #nolog
Browse files Browse the repository at this point in the history
  • Loading branch information
tonjen committed Jul 15, 2024
1 parent 8c7ff5c commit fd0ac92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ name = 'tvm_linker'
path = 'src/main.rs'

[dependencies]
anyhow = '1.0'
base64 = '0.13'
clap = '2.33'
crc = '3.0'
anyhow = '1.0'
thiserror = '1.0'
hex = '0.4'
lazy_static = '1.4'
log = '0.4'
Expand All @@ -30,8 +29,8 @@ serde = { features = [ 'derive' ], version = '1.0' }
serde_json = '1.0'
sha2 = '0.10'
simplelog = '0.6'

ever_abi = { git = 'https://github.com/everx-labs/ever-abi.git', tag = '2.6.4' }
thiserror = '1.0'
ever_abi = { git = 'https://github.com/everx-labs/ever-abi.git', tag = '2.6.4' }
ever_assembler = { git = 'https://github.com/everx-labs/ever-assembler.git', tag = '1.6.6' }
ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.3' }
ever_vm = { git = 'https://github.com/everx-labs/ever-vm.git', tag = '2.2.4' }
Expand All @@ -41,3 +40,4 @@ assert_cmd = '2.0.5'
predicates = '3.0.3'
rayon = '1.5.3'
similar = '2.2.0'

0 comments on commit fd0ac92

Please sign in to comment.