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 Aug 15, 2024
1 parent 10c6738 commit edf73c3
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 @@ -31,9 +31,9 @@ sha2 = '0.10'
simplelog = '0.6'
thiserror = '1.0'
ever_abi = { git = 'https://github.com/everx-labs/ever-abi.git', tag = '2.7.2' }
ever_assembler = { git = 'https://github.com/everx-labs/ever-assembler.git', tag = '1.6.14', features = [ 'gosh' ] }
ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.11', features = [ 'gosh' ] }
ever_vm = { git = 'https://github.com/everx-labs/ever-vm.git', tag = '2.2.12', features = [ 'gosh' ] }
ever_assembler = { features = [ 'gosh' ], git = 'https://github.com/everx-labs/ever-assembler.git', tag = '1.6.14' }
ever_block = { features = [ 'gosh' ], git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.11' }
ever_vm = { features = [ 'gosh' ], git = 'https://github.com/everx-labs/ever-vm.git', tag = '2.2.12' }

[dev-dependencies]
assert_cmd = '2.0.5'
Expand Down

0 comments on commit edf73c3

Please sign in to comment.