From b6efdc0cc72e8869e0eb248c69b9dcd56a945ab8 Mon Sep 17 00:00:00 2001 From: Chen Kai <281165273grape@gmail.com> Date: Sat, 7 Sep 2024 18:17:47 +0800 Subject: [PATCH] feat:specific kona cargo version Signed-off-by: Chen Kai <281165273grape@gmail.com> --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1bd13fe..0b78870 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4250,7 +4250,7 @@ dependencies = [ [[package]] name = "kona-derive" version = "0.0.2" -source = "git+https://github.com/ethereum-optimism/kona#edd7081acc321122889e99b352e05df8f255f058" +source = "git+https://github.com/ethereum-optimism/kona?rev=edd7081#edd7081acc321122889e99b352e05df8f255f058" dependencies = [ "alloc-no-stdlib", "alloy-consensus 0.2.1", @@ -4282,7 +4282,7 @@ dependencies = [ [[package]] name = "kona-primitives" version = "0.0.1" -source = "git+https://github.com/ethereum-optimism/kona#edd7081acc321122889e99b352e05df8f255f058" +source = "git+https://github.com/ethereum-optimism/kona?rev=edd7081#edd7081acc321122889e99b352e05df8f255f058" dependencies = [ "alloy-consensus 0.2.1", "alloy-eips 0.2.1", diff --git a/Cargo.toml b/Cargo.toml index 8910757..b1bf590 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,8 +124,8 @@ ser = { path = "crates/ser" } # Optimism superchain-registry = { version = "0.2.6", default-features = false } -kona-primitives = { git = "https://github.com/ethereum-optimism/kona", default-features = true } -kona-derive = { git = "https://github.com/ethereum-optimism/kona", default-features = true } +kona-primitives = { git = "https://github.com/ethereum-optimism/kona",rev = "edd7081", default-features = true } +kona-derive = { git = "https://github.com/ethereum-optimism/kona",rev = "edd7081", default-features = true } # Alloy alloy = { version = "0.2", features = [