From 14c7de51d75d15a82cdc8138c04bec5da85617ad Mon Sep 17 00:00:00 2001 From: refcell Date: Thu, 9 Jan 2025 11:24:06 -0700 Subject: [PATCH] chore: Bump Maili (#894) --- Cargo.lock | 9 +++++---- Cargo.toml | 4 ++-- README.md | 1 - 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95d0ae05..1e787c00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2662,9 +2662,9 @@ dependencies = [ [[package]] name = "maili-protocol" -version = "0.1.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5c90d6f75a08d64f2d8588dca7215ae1307b4f1da1a59abac293db89f28d5a4" +checksum = "bfcd6cd2bab854872c24d551308cb84df4c20db38593b4392d68cacd75d4c60c" dependencies = [ "alloc-no-stdlib", "alloy-consensus", @@ -2679,6 +2679,7 @@ dependencies = [ "miniz_oxide", "op-alloy-consensus", "op-alloy-genesis", + "rand", "serde", "thiserror 2.0.10", "tracing", @@ -2687,9 +2688,9 @@ dependencies = [ [[package]] name = "maili-registry" -version = "0.1.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4889f4502816a0df62b67a2aa167b0051eb3b2bd398ed85031c67d959f7f010" +checksum = "1d337c05c34ec926b920bd918d8c9c2b59a49791a0d644fea39db77ade185415" dependencies = [ "alloy-primitives", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 5560e9f1..2a30a88e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,8 +73,8 @@ kona-preimage = { path = "crates/proof-sdk/preimage", version = "0.2.1", default kona-std-fpvm-proc = { path = "crates/proof-sdk/std-fpvm-proc", version = "0.1.2", default-features = false } # Maili -maili-protocol = { version = "0.1.0", default-features = false } -maili-registry = { version = "0.1.0", default-features = false } +maili-protocol = { version = "0.1.2", default-features = false } +maili-registry = { version = "0.1.2", default-features = false } # Alloy alloy-rlp = { version = "0.3.10", default-features = false } diff --git a/README.md b/README.md index a9d6f345..49ff0260 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ Credits

- ## What's Kona? Kona is a suite of portable implementations of the OP Stack rollup state transition, namely the [derivation pipeline][g-derivation-pipeline] and