diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 31ac63a..7ad2b8f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -30,5 +30,5 @@ jobs: - name: Check Rustfmt Code Style run: cargo fmt --all -- --check - name: Check clippy warnings - run: cargo clippy --all-targets --all-features -- -D warnings + run: cargo clippy --all-targets -- -D warnings diff --git a/Cargo.toml b/Cargo.toml index db31ee4..9639929 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,3 +51,5 @@ harness = false [features] default = [] +cuda = ["neptune/cuda", "neptune/pasta", "neptune/arity24"] +opencl = ["neptune/opencl", "neptune/pasta", "neptune/arity24"]