Skip to content

Commit

Permalink
chore(deps): bump cortex-m from 0.5.8 to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support committed Apr 19, 2019
1 parent 84d7193 commit b7ebdc9
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 4 deletions.
43 changes: 41 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test = false
bench = false

[dependencies]
cortex-m = "0.5.8"
cortex-m = "0.6.0"
cortex-m-rtfm = "0.4.2"
cortex-m-rt = "0.6.8"
embedded-hal = "0.2.2"
Expand Down
2 changes: 1 addition & 1 deletion receiver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test = false
bench = false

[dependencies]
cortex-m = "0.5.8"
cortex-m = "0.6.0"
cortex-m-rtfm = "0.4.2"
cortex-m-rt = "0.6.8"
embedded-hal = "0.2.2"
Expand Down

0 comments on commit b7ebdc9

Please sign in to comment.