Skip to content

Commit

Permalink
fix(deps): update rust crate xmc4200 to 0.8.1 (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Dec 22, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f662299 commit 31b88ed
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
@@ -25,7 +25,7 @@ features = ["xmc41xx"]

[dependencies]
xmc4100 = { version = "0.8.1", optional = true }
xmc4200 = { version = "0.8.0", optional = true }
xmc4200 = { version = "0.8.1", optional = true }
xmc4300 = { version = "0.7.0", optional = true }
xmc4400 = { version = "0.8.0", optional = true }
xmc4500 = { version = "0.8.0", optional = true }

0 comments on commit 31b88ed

Please sign in to comment.