Update prost-types requirement from 0.11.0 to 0.12.3 #1069
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
check.yml
on: pull_request
stable / fmt
2m 12s
nightly / doc
3m 5s
ubuntu / stable / features
3m 48s
build-artifacts
1m 23s
Matrix: clippy
Matrix: msrv
Annotations
7 errors and 2 warnings
unused imports: `authz::v1beta1 as authz`, `crisis::v1beta1 as crisis`, `distribution::v1beta1 as distribution`, `evidence::v1beta1 as evidence`, `mint::v1beta1 as mint`, `params::v1beta1 as params`, `slashing::v1beta1 as slashing`, `v1beta1 as base`:
cw-orch-daemon/src/lib.rs#L36
error: unused imports: `authz::v1beta1 as authz`, `crisis::v1beta1 as crisis`, `distribution::v1beta1 as distribution`, `evidence::v1beta1 as evidence`, `mint::v1beta1 as mint`, `params::v1beta1 as params`, `slashing::v1beta1 as slashing`, `v1beta1 as base`
--> cw-orch-daemon/src/lib.rs:36:13
|
36 | authz::v1beta1 as authz,
| ^^^^^^^^^^^^^^^^^^^^^^^
37 | bank::v1beta1 as bank,
38 | base::{abci::v1beta1 as abci, tendermint::v1beta1 as tendermint, v1beta1 as base},
| ^^^^^^^^^^^^^^^
39 | crisis::v1beta1 as crisis,
| ^^^^^^^^^^^^^^^^^^^^^^^^^
40 | distribution::v1beta1 as distribution,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
41 | evidence::v1beta1 as evidence,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
44 | mint::v1beta1 as mint,
| ^^^^^^^^^^^^^^^^^^^^^
45 | params::v1beta1 as params,
| ^^^^^^^^^^^^^^^^^^^^^^^^^
46 | slashing::v1beta1 as slashing,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `traits::*`:
cw-orch-daemon/src/lib.rs#L25
error: unused import: `traits::*`
--> cw-orch-daemon/src/lib.rs:25:67
|
25 | builder::*, channel::*, core::*, error::*, state::*, sync::*, traits::*, tx_resp::*,
| ^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
beta / clippy
Clippy had exited with the 101 exit code
|
mismatched types:
cw-orch/src/osmosis_test_tube/core.rs#L397
error[E0308]: mismatched types
--> cw-orch/src/osmosis_test_tube/core.rs:397:35
|
397 | .execute_multiple_raw(msgs, &self.sender)
| -------------------- ^^^^ expected `osmosis_test_tube::cosmrs::Any`, found `prost_types::Any`
| |
| arguments to this method are incorrect
|
= note: `prost_types::Any` and `osmosis_test_tube::cosmrs::Any` have similar names, but are actually distinct types
note: `prost_types::Any` is defined in crate `prost_types`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-types-0.12.3/src/protobuf.rs:1269:1
|
1269 | pub struct Any {
| ^^^^^^^^^^^^^^
note: `osmosis_test_tube::cosmrs::Any` is defined in crate `prost_types`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-types-0.11.9/src/protobuf.rs:1269:1
|
1269 | pub struct Any {
| ^^^^^^^^^^^^^^
= note: perhaps two different versions of crate `prost_types` are being used?
note: method defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-tube-0.1.7/src/runner/mod.rs:36:8
|
36 | fn execute_multiple_raw<R>(
| ^^^^^^^^^^^^^^^^^^^^
|
stable / clippy
Clippy had exited with the 101 exit code
|
nightly / doc
Process completed with exit code 101.
|
ubuntu / stable / features
Process completed with exit code 1.
|
beta / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
stable / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|