Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
autquis committed May 24, 2024
1 parent ef199a1 commit 930c603
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ jobs:
with:
use-cross: true
command: build
args: --workspace --no-default-features --target aarch64-unknown-none --exclude ark-pcs-bench-templates
args: --workspace --all-features --target aarch64-unknown-none --exclude ark-pcs-bench-templates

- name: Check
uses: actions-rs/cargo@v1
with:
use-cross: true
command: check
args: --workspace --examples --no-default-features --target aarch64-unknown-none --exclude ark-pcs-bench-templates
args: --workspace --examples --all-features --target aarch64-unknown-none --exclude ark-pcs-bench-templates
2 changes: 1 addition & 1 deletion poly-commit/src/marlin/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use ark_crypto_primitives::sponge::CryptographicSponge;
use ark_ec::{pairing::Pairing, AffineRepr, CurveGroup};
use ark_ff::{One, Zero};
use ark_std::{convert::TryInto, hash::Hash, ops::AddAssign, ops::Mul};
#[cfg(not(feature = "std"))]
// #[cfg(not(feature = "std"))]
use ark_std::{
string::{String, ToString},
vec::Vec,
Expand Down

0 comments on commit 930c603

Please sign in to comment.