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 Apr 22, 2024
1 parent 09c04b4 commit c173638
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ 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.5.1' }
ever_assembler = { features = [ 'gosh' ], git = 'https://github.com/everx-labs/ever-assembler.git', tag = '1.5.3' }
ever_block = { features = [ 'gosh' ], git = 'https://github.com/everx-labs/ever-block.git', tag = '1.10.0' }
ever_vm = { features = [ 'gosh' ], git = 'https://github.com/everx-labs/ever-vm.git', tag = '2.1.2' }
ever_abi = { git = 'https://github.com/everx-labs/ever-abi.git', tag = '2.5.2' }
ever_assembler = { features = [ 'gosh' ], git = 'https://github.com/everx-labs/ever-assembler.git', tag = '1.5.4' }
ever_block = { features = [ 'gosh' ], git = 'https://github.com/everx-labs/ever-block.git', tag = '1.10.1' }
ever_vm = { features = [ 'gosh' ], git = 'https://github.com/everx-labs/ever-vm.git', tag = '2.1.3' }

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

0 comments on commit c173638

Please sign in to comment.