Skip to content

Commit

Permalink
Upgrade embedded-hal to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Jun 18, 2018
1 parent 4ddc85b commit 7a6a69f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ default = []
[dependencies]
byteorder = { version = "1", default-features = false }
clippy = { version = "0.0.191", optional = true }
embedded-hal = "0.1"
embedded-hal = "0.2"
num-traits = { version = "0.2", default-features = false }

[dev-dependencies]
linux-embedded-hal = "0.1"
embedded-hal-mock = "0.1"
linux-embedded-hal = "0.2"
embedded-hal-mock = "0.2"

[profile.release]
lto = true

0 comments on commit 7a6a69f

Please sign in to comment.