From 28601686bd98af9571dfe30efbe128ea69986968 Mon Sep 17 00:00:00 2001 From: refcell Date: Mon, 16 Sep 2024 17:05:38 -0400 Subject: [PATCH] chore: no_std checks for alloy-rpc-types-engine --- scripts/check_no_std.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/check_no_std.sh b/scripts/check_no_std.sh index dd2f00262e0..62ebbd5d426 100755 --- a/scripts/check_no_std.sh +++ b/scripts/check_no_std.sh @@ -9,6 +9,7 @@ crates=( alloy-consensus alloy-network-primitives alloy-rpc-types-eth + alloy-rpc-types-engine ) cmd=(cargo +stable hack check --no-default-features --target "$target")