Skip to content

Commit

Permalink
Update apca dependency dependency to 0.15
Browse files Browse the repository at this point in the history
This change updates the apca dependency we consume to version 0.15.
  • Loading branch information
d-e-s-o committed Jun 21, 2020
1 parent b198c20 commit 559a56a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Unreleased
no gains/losses
- Enabled CI pipeline comprising building and linting of the project
- Added badge indicating pipeline status
- Bumped `apca` dependency to `0.15`


0.1.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ name = "shell-complete"
path = "utils/shell-complete.rs"

[dependencies]
apca = "0.14"
apca = "0.15"
anyhow = {version = "1.0", default-features = false, features = ["std"]}
chrono = {version = "0.4", default-features = false}
futures = {version = "0.3", default-features = false, features = ["async-await", "std"]}
Expand Down

0 comments on commit 559a56a

Please sign in to comment.