Skip to content

Commit

Permalink
Update xmc4100 requirement from 0.4.0 to 0.5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [xmc4100](https://github.com/xmc-rs/xmc4100) to permit the latest version.
- [Release notes](https://github.com/xmc-rs/xmc4100/releases)
- [Commits](xmc-rs/xmc4100@v0.4.0...0.5.0)

---
updated-dependencies:
- dependency-name: xmc4100
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 23, 2021
1 parent 344c306 commit c2a0345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ keywords = [
features = ["xmc41xx"]

[dependencies]
xmc4100 = { version = "0.4.0", optional = true }
xmc4200 = { version = "0.4.0", optional = true }
xmc4100 = { version = "0.5.0", optional = true }
xmc4200 = { version = "0.5.0", optional = true }
xmc4300 = { version = "0.4.0", optional = true }
xmc4400 = { version = "0.5.0", optional = true }
xmc4500 = { version = "0.4.0", optional = true }
Expand Down

0 comments on commit c2a0345

Please sign in to comment.