Skip to content

Commit

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

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Lucas Brendel <[email protected]>
  • Loading branch information
dependabot-preview[bot] and lucasbrendel authored Aug 28, 2020
1 parent c55139f commit 6d09fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ features = ["xmc41xx"]
[dependencies]
xmc4100 = { version = "0.4.0", optional = true }
xmc4200 = { version = "0.4.0", optional = true }
xmc4300 = { version = "0.1.1", optional = true }
xmc4300 = { version = "0.4.0", optional = true }
xmc4400 = { version = "0.4.0", optional = true }
xmc4500 = { version = "0.4.0", optional = true }
xmc4700 = { version = "0.3.1", optional = true }
Expand Down

0 comments on commit 6d09fdc

Please sign in to comment.