Update cosmwasm-std requirement from 1.5.3 to 2.1.2 #51
Annotations
7 errors
non-exhaustive patterns: `&ChainKind::Unspecified` not covered:
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-daemon-0.22.1/src/sender.rs#L491
error[E0004]: non-exhaustive patterns: `&ChainKind::Unspecified` not covered
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-daemon-0.22.1/src/sender.rs:491:11
|
491 | match chain_kind {
| ^^^^^^^^^^ pattern `&ChainKind::Unspecified` not covered
|
note: `ChainKind` defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-core-1.2.2/src/environment/chain_info.rs:101:1
|
101 | pub enum ChainKind {
| ^^^^^^^^^^^^^^^^^^
...
110 | Unspecified,
| ----------- not covered
= note: the matched value is of type `&ChainKind`
help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown
|
494 ~ ChainKind::Mainnet => MAIN_MNEMONIC_ENV_NAME,
495 ~ &ChainKind::Unspecified => todo!(),
|
|
non-exhaustive patterns: `&ChainKind::Unspecified` not covered:
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-daemon-0.22.1/src/sender.rs#L480
error[E0004]: non-exhaustive patterns: `&ChainKind::Unspecified` not covered
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-daemon-0.22.1/src/sender.rs:480:11
|
480 | match chain_kind {
| ^^^^^^^^^^ pattern `&ChainKind::Unspecified` not covered
|
note: `ChainKind` defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-core-1.2.2/src/environment/chain_info.rs:101:1
|
101 | pub enum ChainKind {
| ^^^^^^^^^^^^^^^^^^
...
110 | Unspecified,
| ----------- not covered
= note: the matched value is of type `&ChainKind`
help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown
|
483 ~ ChainKind::Mainnet => DaemonEnvVars::main_mnemonic(),
484 ~ &ChainKind::Unspecified => todo!(),
|
|
non-exhaustive patterns: `&ChainKind::Unspecified` not covered:
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-daemon-0.22.1/src/sender.rs#L491
error[E0004]: non-exhaustive patterns: `&ChainKind::Unspecified` not covered
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-daemon-0.22.1/src/sender.rs:491:11
|
491 | match chain_kind {
| ^^^^^^^^^^ pattern `&ChainKind::Unspecified` not covered
|
note: `ChainKind` defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-core-1.2.2/src/environment/chain_info.rs:101:1
|
101 | pub enum ChainKind {
| ^^^^^^^^^^^^^^^^^^
...
110 | Unspecified,
| ----------- not covered
= note: the matched value is of type `&ChainKind`
help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown
|
494 ~ ChainKind::Mainnet => MAIN_MNEMONIC_ENV_NAME,
495 ~ &ChainKind::Unspecified => todo!(),
|
|
non-exhaustive patterns: `&ChainKind::Unspecified` not covered:
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-daemon-0.22.1/src/sender.rs#L480
error[E0004]: non-exhaustive patterns: `&ChainKind::Unspecified` not covered
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-daemon-0.22.1/src/sender.rs:480:11
|
480 | match chain_kind {
| ^^^^^^^^^^ pattern `&ChainKind::Unspecified` not covered
|
note: `ChainKind` defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-core-1.2.2/src/environment/chain_info.rs:101:1
|
101 | pub enum ChainKind {
| ^^^^^^^^^^^^^^^^^^
...
110 | Unspecified,
| ----------- not covered
= note: the matched value is of type `&ChainKind`
help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown
|
483 ~ ChainKind::Mainnet => DaemonEnvVars::main_mnemonic(),
484 ~ &ChainKind::Unspecified => todo!(),
|
|
ubuntu / stable
Process completed with exit code 101.
|
ubuntu / beta
The job was canceled because "stable" failed.
|
ubuntu / beta
Process completed with exit code 101.
|