Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update prost-types requirement from 0.11.0 to 0.12.3 #275

Closed
wants to merge 1 commit into from

Update prost-types requirement from 0.11.0 to 0.12.3

457fa85
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Update prost-types requirement from 0.11.0 to 0.12.3 #275

Update prost-types requirement from 0.11.0 to 0.12.3
457fa85
Select commit
Loading
Failed to load commit list.
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

See this annotation in the file changed.

@github-actions 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>(
     |        ^^^^^^^^^^^^^^^^^^^^