Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from utahrobotics/dependabot/cargo/embedded-ha…
Browse files Browse the repository at this point in the history
…l-1.0.0

Bump embedded-hal from 0.2.7 to 1.0.0
  • Loading branch information
manglemix authored Jan 24, 2024
2 parents f143fa3 + 584c4cd commit a632c1f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 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 serial/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
tokio-serial = "5"
unros-core = { path = "../unros-core" }
embedded-hal = "0.2"
embedded-hal = "1.0"
nb = "1"
vesc-comm = { git = "https://github.com/manglemix/vesc-comm.git" }
# tokio-util = { version = "0.7", features = ["codec"] }
Expand Down

0 comments on commit a632c1f

Please sign in to comment.