From fb19052c7684f27cacf4e91e54f688d8800a497e Mon Sep 17 00:00:00 2001 From: Nikolai Golub Date: Wed, 7 Aug 2024 18:13:45 +0200 Subject: [PATCH] Rollback check-features edit --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 533c71d5dd48..119d1825048c 100644 --- a/Makefile +++ b/Makefile @@ -470,5 +470,8 @@ pr: check-features: cargo hack check \ - --package reth-provider \ + --package reth-codecs \ + --package reth-primitives-traits \ + --package reth-primitives \ + --package reth-rpc-types \ --feature-powerset \ No newline at end of file