Skip to content

Commit

Permalink
fix(deps): update rust crate xmc4100 to 0.12.0 (#250)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 3, 2024
1 parent 325936a commit 41e5b3f
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 @@ -15,7 +15,7 @@ keywords = ["arm", "cortex-m", "hal", "xmc"]
features = ["xmc4100"]

[dependencies]
xmc4100 = { version = "0.11.1", optional = true }
xmc4100 = { version = "0.12.0", optional = true }
xmc4200 = { version = "0.11.0", optional = true }
xmc4300 = { version = "0.10.1", optional = true }
xmc4400 = { version = "0.11.0", optional = true }
Expand Down

0 comments on commit 41e5b3f

Please sign in to comment.