diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6e26ad8..f12e3808 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: args: -p uint --all-features - name: Test fixed-hash no_std - run: cargo test -p fixed-hash --no-default-features --features='byteorder,rustc-hex' + run: cargo test -p fixed-hash --no-default-features --features='rustc-hex' - name: Test fixed-hash all-features uses: actions-rs/cargo@v1