Bump smol_str from 0.2.2 to 0.3.2 in the cargo-dependencies group #57
Annotations
2 errors
src/input_forwarding/keyboard.rs#L894
error[E0308]: mismatched types
--> src/input_forwarding/keyboard.rs:894:26
|
894 | b::Character(smol_str::SmolStr::from(s))
| ------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `smol_str::SmolStr`, found a different `smol_str::SmolStr`
| |
| arguments to this enum variant are incorrect
|
= note: `smol_str::SmolStr` and `smol_str::SmolStr` have similar names, but are actually distinct types
note: `smol_str::SmolStr` is defined in crate `smol_str`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.3.2/src/lib.rs:33:1
|
33 | pub struct SmolStr(Repr);
| ^^^^^^^^^^^^^^^^^^
note: `smol_str::SmolStr` is defined in crate `smol_str`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.2/src/lib.rs:33:1
|
33 | pub struct SmolStr(Repr);
| ^^^^^^^^^^^^^^^^^^
= note: perhaps two different versions of crate `smol_str` are being used?
note: tuple variant defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_input-0.14.2/src/keyboard.rs:745:5
|
745 | Character(SmolStr),
| ^^^^^^^^^
|
|
The logs for this run have expired and are no longer available.
Loading