Bump the cargo-dependencies group across 1 directory with 3 updates #64
Annotations
2 errors and 1 warning
Run clippy action:
src/input_forwarding/keyboard.rs#L901
error[E0308]: mismatched types
--> src/input_forwarding/keyboard.rs:901:26
|
901 | 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.15.1/src/keyboard.rs:753:5
|
753 | Character(SmolStr),
| ^^^^^^^^^
|
Run clippy action
Clippy has exited with exit code 101
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading