Bump lm75 from 0.2.0 to 1.0.0 #496
ci.yml
on: pull_request
style
52s
doc
1m 37s
Matrix: compile
Annotations
11 errors and 33 warnings
compile (stable, false)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
compile (1.74.1, false)
The job was canceled because "stable_false" failed.
|
compile (1.74.1, false)
The operation was canceled.
|
compile (nightly, nightly, true)
The job was canceled because "stable_false" failed.
|
compile (nightly, nightly, true)
The operation was canceled.
|
compile (beta, true)
The job was canceled because "stable_false" failed.
|
compile (beta, true)
The operation was canceled.
|
the method `read_temperature` exists for struct `Lm75<I2c<I2C1>, Lm75>`, but its trait bounds were not satisfied:
src/hardware/setup.rs#L456
error[E0599]: the method `read_temperature` exists for struct `Lm75<I2c<I2C1>, Lm75>`, but its trait bounds were not satisfied
--> src/hardware/setup.rs:456:51
|
456 | log::info!("LM75 Temperature: {}°C", lm75.read_temperature().unwrap());
| ^^^^^^^^^^^^^^^^ method cannot be called on `Lm75<I2c<I2C1>, Lm75>` due to unsatisfied trait bounds
|
::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stm32h7xx-hal-0.15.1/src/i2c.rs:84:1
|
84 | pub struct I2c<I2C> {
| -------------------
| |
| doesn't satisfy `<_ as ErrorType>::Error = _`
| doesn't satisfy `_: ErrorType`
| doesn't satisfy `_: I2c`
|
= note: the following trait bounds were not satisfied:
`<stm32h7xx_hal::i2c::I2c<stm32h7xx_hal::stm32::I2C1> as embedded_hal::i2c::ErrorType>::Error = _`
`stm32h7xx_hal::i2c::I2c<stm32h7xx_hal::stm32::I2C1>: embedded_hal::i2c::I2c`
`stm32h7xx_hal::i2c::I2c<stm32h7xx_hal::stm32::I2C1>: embedded_hal::i2c::ErrorType`
which is required by `stm32h7xx_hal::i2c::I2c<stm32h7xx_hal::stm32::I2C1>: embedded_hal::i2c::I2c`
|
the trait bound `stm32h7xx_hal::i2c::I2c<stm32h7xx_hal::stm32::I2C1>: embedded_hal::i2c::I2c` is not satisfied:
src/hardware/setup.rs#L455
error[E0277]: the trait bound `stm32h7xx_hal::i2c::I2c<stm32h7xx_hal::stm32::I2C1>: embedded_hal::i2c::I2c` is not satisfied
--> src/hardware/setup.rs:455:40
|
455 | let mut lm75 = lm75::Lm75::new(i2c, lm75::Address::default());
| --------------- ^^^ the trait `embedded_hal::i2c::I2c` is not implemented for `stm32h7xx_hal::i2c::I2c<stm32h7xx_hal::stm32::I2C1>`
| |
| required by a bound introduced by this call
|
= help: the trait `embedded_hal::i2c::I2c<A>` is implemented for `&mut T`
note: required by a bound in `lm75::device_impl::<impl lm75::Lm75<I2C, lm75::ic::Lm75>>::new`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lm75-1.0.0/src/device_impl.rs:28:10
|
28 | I2C: i2c::I2c<Error = E>,
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `lm75::device_impl::<impl Lm75<I2C, Lm75>>::new`
...
31 | pub fn new<A: Into<Address>>(i2c: I2C, address: A) -> Self {
| --- required by a bound in this associated function
|
style
Clippy had exited with the 101 exit code
|
doc
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
compile (stable, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
compile (stable, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
compile (stable, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
compile (stable, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
compile (stable, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
compile (stable, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
compile (1.74.1, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
compile (1.74.1, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
compile (1.74.1, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
compile (1.74.1, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
compile (nightly, nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
compile (nightly, nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
compile (nightly, nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
compile (nightly, nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
compile (beta, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
compile (beta, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
compile (beta, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
compile (beta, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
style
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
style
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
style
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
style
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
style
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
style
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
doc
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
doc
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
doc
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
doc
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
doc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
doc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
doc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
doc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
doc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|