penumbra-zone / poseidon377

An instantiation of the Poseidon hash for use with decaf377
https://protocol.penumbra.zone/main/crypto/poseidon.html
Other
28 stars 10 forks source link

no-std compatibility CI check failing #56

Closed redshiftzero closed 5 months ago

redshiftzero commented 6 months ago

CI failure here:

anyhow: FAILURE
  - Source code contains an explicit `use std::` statement.
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.80/src/lib.rs

  - Source code contains an explicit `use std::` statement.
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.80/src/backtrace.rs

  - Source code contains an explicit `use std::` statement.
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.80/src/context.rs

  - Source code contains an explicit `use std::` statement.
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.80/src/error.rs

  - Source code contains an explicit `use std::` statement.
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.80/src/lib.rs

  - Source code contains an explicit `use std::` statement.
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.80/src/wrapper.rs

This will be fixed by https://github.com/penumbra-zone/penumbra/issues/3675, but filing for awareness

redshiftzero commented 5 months ago

after merge of #53, this is no longer failing, so closing