Skip to content

Commit

Permalink
embedded: Upgrade to embedded-hal 1.0.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Nov 13, 2022
1 parent c086382 commit 25fb7f0
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 @@ -39,7 +39,7 @@ features = [

[dependencies]
serde = { version = "1.0", features = ["derive"], optional = true }
embedded-hal = { version = "=1.0.0-alpha.8", optional = true }
embedded-hal = { version = "=1.0.0-alpha.9", optional = true }
nb = { version = "1", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 25fb7f0

Please sign in to comment.