Skip to content

Commit

Permalink
Updating the project due to dependency changes: ever-block.
Browse files Browse the repository at this point in the history
Co-authored-by: ViacheslavB <[email protected]>
  • Loading branch information
tonjen and bvscd authored Sep 20, 2024
1 parent f4a8e5f commit 395e537
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 @@ -2,7 +2,7 @@
build = 'build.rs'
edition = '2021'
name = 'ever_assembler'
version = '1.6.19'
version = '1.6.20'

[dependencies]
anyhow = '1.0'
Expand All @@ -14,8 +14,8 @@ num-traits = '0.2'
serde = { features = [ 'derive' ], version = '1.0' }
serde_json = '1.0'
thiserror = '1.0'
ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.16' }
ever_vm = { git = 'https://github.com/everx-labs/ever-vm.git', tag = '2.2.17' }
ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.17' }
ever_vm = { git = 'https://github.com/everx-labs/ever-vm.git', tag = '2.2.18' }

[features]
gosh = [ ]
Expand Down

0 comments on commit 395e537

Please sign in to comment.