diff --git a/Cargo.toml b/Cargo.toml index c14d51b..73a1b8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,10 +5,10 @@ license = 'Apache-2.0' name = 'ever-struct' repository = 'https://github.com/everx-labs/ever-struct' rust-version = '1.65' -version = '1.1.14' +version = '1.1.15' [dependencies] anyhow = '1.0' thiserror = '1.0' -ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.13' } +ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.14' }