From 57ed494ca8bfb6ba8c0fb5b6563cd7d3babb27dd Mon Sep 17 00:00:00 2001 From: clabby Date: Thu, 16 Jan 2025 22:04:51 -0500 Subject: [PATCH] chore: Bump `maili-*` to `0.1.6` (#393) ## Overview Bumps the version of `maili` crates in the workspace to the latest release. --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fbf3af6d..49c6ad24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,10 +62,10 @@ alloy-sol-types = { version = "0.8.12", default-features = false } alloy-primitives = { version = "0.8.12", default-features = false } # Maili -maili-protocol = { version = "0.1.5", default-features = false } -maili-registry = { version = "0.1.5", default-features = false } -maili-consensus = { version = "0.1.5", default-features = false } -maili-rpc = { version = "0.1.5", default-features = false } +maili-protocol = { version = "0.1.6", default-features = false } +maili-registry = { version = "0.1.6", default-features = false } +maili-consensus = { version = "0.1.6", default-features = false } +maili-rpc = { version = "0.1.6", default-features = false } # Revm revm = "19.0.0"