From 5bfd25b34e6263ce20fbe92f8a18c45931accb57 Mon Sep 17 00:00:00 2001 From: evalir Date: Wed, 13 May 2026 16:45:51 +0200 Subject: [PATCH] chore: v0.18.0 Minor bump for the breaking `BundleKey` change (drop `target_block_number`) landed in #233. Also re-syncs workspace.dependencies versions with workspace.package. Co-Authored-By: Claude Opus 4.7 (1M context) --- Cargo.toml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4fbc3916..1b98c7e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.17.2" +version = "0.18.0" edition = "2021" rust-version = "1.87" authors = ["init4"] @@ -34,19 +34,19 @@ debug = false incremental = false [workspace.dependencies] -signet-bundle = { version = "0.17.1", path = "crates/bundle" } -signet-constants = { version = "0.17.1", path = "crates/constants" } -signet-evm = { version = "0.17.1", path = "crates/evm" } -signet-extract = { version = "0.17.1", path = "crates/extract" } -signet-journal = { version = "0.17.1", path = "crates/journal" } -signet-node = { version = "0.17.1", path = "crates/node" } -signet-orders = { version = "0.17.1", path = "crates/orders" } -signet-sim = { version = "0.17.1", path = "crates/sim" } -signet-types = { version = "0.17.1", path = "crates/types" } -signet-tx-cache = { version = "0.17.1", path = "crates/tx-cache" } -signet-zenith = { version = "0.17.1", path = "crates/zenith" } +signet-bundle = { version = "0.18.0", path = "crates/bundle" } +signet-constants = { version = "0.18.0", path = "crates/constants" } +signet-evm = { version = "0.18.0", path = "crates/evm" } +signet-extract = { version = "0.18.0", path = "crates/extract" } +signet-journal = { version = "0.18.0", path = "crates/journal" } +signet-node = { version = "0.18.0", path = "crates/node" } +signet-orders = { version = "0.18.0", path = "crates/orders" } +signet-sim = { version = "0.18.0", path = "crates/sim" } +signet-types = { version = "0.18.0", path = "crates/types" } +signet-tx-cache = { version = "0.18.0", path = "crates/tx-cache" } +signet-zenith = { version = "0.18.0", path = "crates/zenith" } -signet-test-utils = { version = "0.17.1", path = "crates/test-utils" } +signet-test-utils = { version = "0.18.0", path = "crates/test-utils" } # trevm trevm = { version = "0.34.2", features = ["full_env_cfg", "asyncdb"] }