Bump the cargo-dependencies group across 1 directory with 3 updates #64
check.yml
on: pull_request
check
/
...
/
fmt
17s
check
/
...
/
doc
1m 26s
check
/
...
/
check
1m 34s
Matrix: check / clippy
Annotations
5 errors and 5 warnings
mismatched types:
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),
| ^^^^^^^^^
|
check / beta / clippy
Clippy has exited with exit code 101
|
check / 1.76.0 / check
Process completed with exit code 101.
|
mismatched types:
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),
| ^^^^^^^^^
|
check / stable / clippy
Clippy has exited with exit code 101
|
check / stable / fmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check / nightly / doc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check / beta / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check / 1.76.0 / check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check / stable / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|