Fix Authz #2284
test.yml
on: pull_request
Matrix: doc-tests / stable
Matrix: network
Matrix: required
Annotations
7 errors
|
unresolved import `ed25519_zebra::batch`:
/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cosmwasm-crypto-2.2.2/src/ed25519.rs#L1
error[E0432]: unresolved import `ed25519_zebra::batch`
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cosmwasm-crypto-2.2.2/src/ed25519.rs:1:21
|
1 | use ed25519_zebra::{batch, Signature, VerificationKey};
| ^^^^^ no `batch` in the root
|
note: found an item that was configured out
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-zebra-4.1.0/src/lib.rs:11:9
|
10 | #[cfg(feature = "alloc")]
| ----------------- the item is gated behind the `alloc` feature
11 | pub mod batch;
| ^^^^^
|
|
unresolved import `ed25519_zebra::batch`:
/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cosmwasm-crypto-2.2.2/src/ed25519.rs#L1
error[E0432]: unresolved import `ed25519_zebra::batch`
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cosmwasm-crypto-2.2.2/src/ed25519.rs:1:21
|
1 | use ed25519_zebra::{batch, Signature, VerificationKey};
| ^^^^^ no `batch` in the root
|
note: found an item that was configured out
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-zebra-4.1.0/src/lib.rs:11:9
|
10 | #[cfg(feature = "alloc")]
| ----------------- the item is gated behind the `alloc` feature
11 | pub mod batch;
| ^^^^^
|
|
ubuntu / stable
Process completed with exit code 101.
|
|
ubuntu / stable / network-config
Process completed with exit code 101.
|
|
doc-tests / stable (stable)
Process completed with exit code 101.
|
|
doc-tests / stable (beta)
The operation was canceled.
|
|
doc-tests / stable (beta)
The strategy configuration was canceled because "docs.stable" failed
|