Skip to content

Commit

Permalink
fix(deps): update rust crate xmc4800 to 0.9.0 (#227)
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 Feb 6, 2024
1 parent c2b05e0 commit 01c2d2b
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 @@ -21,7 +21,7 @@ xmc4300 = { version = "0.8.0", optional = true }
xmc4400 = { version = "0.9.0", optional = true }
xmc4500 = { version = "0.8.3", optional = true }
xmc4700 = { version = "0.8.3", optional = true }
xmc4800 = { version = "0.8.0", optional = true }
xmc4800 = { version = "0.9.0", optional = true }
cortex-m = { version = "0.7.7", features = ['critical-section-single-core'] }
nb = "1.1.0"
cortex-m-rt = "0.7.3"
Expand Down

0 comments on commit 01c2d2b

Please sign in to comment.