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: Kirill <[email protected]>
  • Loading branch information
tonjen and Sumrachek authored Feb 6, 2025
1 parent ac1d8f9 commit 0fb7cfd
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 = 'common/build/build.rs'
edition = '2021'
name = 'ever_vm'
version = '2.2.23'
version = '2.2.24'

[dependencies]
anyhow = '1.0'
Expand All @@ -15,7 +15,7 @@ num-traits = '0.2'
similar = { features = [ 'bytes' ], optional = true, version = '2.2.0' }
thiserror = '1.0'
zstd = { default-features = false, optional = true, version = '0.11' }
ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.21' }
ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.22' }

[dev-dependencies]
criterion = '0.4'
Expand Down

0 comments on commit 0fb7cfd

Please sign in to comment.