Skip to content

release 0.20

release 0.20 #1346

Triggered via pull request January 14, 2024 04:02
@burrbullburrbull
opened #728
Status Success
Total duration 13s
Artifacts

changelog.yml

on: pull_request_target
Changelog check
4s
Changelog check
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
this method takes 1 argument but 0 arguments were supplied: examples/analog-stopwatch-with-spi-ssd1306.rs#L150
error[E0061]: this method takes 1 argument but 0 arguments were supplied --> examples/analog-stopwatch-with-spi-ssd1306.rs:150:14 | 150 | disp.clear(); | ^^^^^-- an argument of type `embedded_graphics::pixelcolor::BinaryColor` is missing | note: method defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-core-0.4.0/src/draw_target/mod.rs:422:8 | 422 | fn clear(&mut self, color: Self::Color) -> Result<(), Self::Error> { | ^^^^^ help: provide the argument | 150 | disp.clear(/* embedded_graphics::pixelcolor::BinaryColor */); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
this method takes 1 argument but 0 arguments were supplied: examples/stopwatch-with-ssd1306-and-interrupts.rs#L112
error[E0061]: this method takes 1 argument but 0 arguments were supplied --> examples/stopwatch-with-ssd1306-and-interrupts.rs:112:18 | 112 | disp.clear(); | ^^^^^-- an argument of type `embedded_graphics::pixelcolor::BinaryColor` is missing | note: method defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-core-0.4.0/src/draw_target/mod.rs:422:8 | 422 | fn clear(&mut self, color: Self::Color) -> Result<(), Self::Error> { | ^^^^^ help: provide the argument | 112 | disp.clear(/* embedded_graphics::pixelcolor::BinaryColor */); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
this method takes 1 argument but 0 arguments were supplied: examples/rng-display.rs#L90
error[E0061]: this method takes 1 argument but 0 arguments were supplied --> examples/rng-display.rs:90:18 | 90 | disp.clear(); | ^^^^^-- an argument of type `embedded_graphics::pixelcolor::BinaryColor` is missing | note: method defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-core-0.4.0/src/draw_target/mod.rs:422:8 | 422 | fn clear(&mut self, color: Self::Color) -> Result<(), Self::Error> { | ^^^^^ help: provide the argument | 90 | disp.clear(/* embedded_graphics::pixelcolor::BinaryColor */); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Changelog check
The following actions uses node12 which is deprecated and will be forced to run on node16: Zomzog/changelog-checker@v1.2.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/