Update prost-types requirement from 0.11.0 to 0.12.3 #275
GitHub Actions / clippy
failed
Dec 12, 2023 in 0s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.74.1 (a28077b28 2023-12-04)
- cargo 1.74.1 (ecb9851af 2023-10-18)
- clippy 0.1.74 (a28077b 2023-12-04)
Annotations
Check failure on line 397 in cw-orch/src/osmosis_test_tube/core.rs
github-actions / clippy
mismatched types
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>(
| ^^^^^^^^^^^^^^^^^^^^
Loading