Skip to content

Commit

Permalink
build(deps): update pwm-pca9685 requirement from 0.3.1 to 1.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pwm-pca9685](https://github.com/eldruin/pwm-pca9685-rs) to permit the latest version.
- [Release notes](https://github.com/eldruin/pwm-pca9685-rs/releases)
- [Changelog](https://github.com/eldruin/pwm-pca9685-rs/blob/master/CHANGELOG.md)
- [Commits](eldruin/pwm-pca9685-rs@v0.3.1...v1.0.0)

---
updated-dependencies:
- dependency-name: pwm-pca9685
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent e2c5433 commit 892a879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/arduino-uno/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ panic-halt = "0.2.0"
ufmt = "0.2.0"
nb = "1.1.0"
embedded-hal = "1.0"
pwm-pca9685 = "0.3.1"
pwm-pca9685 = "1.0.0"
infrared = "0.14.1"
embedded-storage = "0.2"

Expand Down

0 comments on commit 892a879

Please sign in to comment.