Skip to content

Commit

Permalink
Updating the project due to dependency changes: ever-vm.
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill <[email protected]>
  • Loading branch information
tonjen and Sumrachek authored May 29, 2024
1 parent f4fdf40 commit 3813f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
build = 'build.rs'
edition = '2021'
name = 'ever_assembler'
version = '1.5.8'
version = '1.5.9'

[dependencies]
clap = { features = [ 'derive' ], version = '4.3' }
Expand All @@ -14,7 +14,7 @@ num-traits = '0.2'
serde = { features = [ 'derive' ], version = '1.0' }
serde_json = '1.0'
ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.10.4' }
ever_vm = { git = 'https://github.com/everx-labs/ever-vm.git', tag = '2.1.8' }
ever_vm = { git = 'https://github.com/everx-labs/ever-vm.git', tag = '2.1.9' }

[features]
gosh = [ ]
Expand Down

0 comments on commit 3813f5a

Please sign in to comment.