Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbrendel committed Jul 20, 2020
1 parent d0b5a80 commit 8e0a14d
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 @@ -11,13 +11,13 @@ documentation = "https://docs.rs/xmc4300/"
categories = ["embedded", "no-std"]

[dependencies]
cortex-m = "0.6.1"
cortex-m = "0.6.3"
bare-metal = "0.2.5"
vcell = "0.1.2"

[dependencies.cortex-m-rt]
optional = true
version = "0.6.10"
version = "0.6.12"

[features]
rt = ["cortex-m-rt/device"]
Expand Down

0 comments on commit 8e0a14d

Please sign in to comment.