From a8bf6d52c02bc72881d620e7f2c7864d381d0d2e Mon Sep 17 00:00:00 2001 From: rakita Date: Mon, 26 Aug 2024 18:12:37 +0200 Subject: [PATCH] rm kzg-rs from no_std check --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e72dc9cf55..edc5c1642e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: strategy: fail-fast: false matrix: - features: ["kzg-rs", "optimism"] + features: ["", "optimism"] steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable