Skip to content

Commit

Permalink
Update to eh-1.0, eh-mock 0.10 (not released), leh 0.4.0 (not released)
Browse files Browse the repository at this point in the history
  • Loading branch information
caemor committed Jan 11, 2024
1 parent 4955396 commit 2670d6d
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 @@ -17,17 +17,17 @@ edition = "2021"

[dependencies]
embedded-graphics-core = { version = "0.4", optional = true }
embedded-hal = "1.0.0-rc.3"
embedded-hal = "1.0.0"
bit_field = "0.10.1"

[dev-dependencies]
embedded-graphics = "0.8"
embedded-hal-mock = { version = "=0.10.0-rc.4", default-features = false, features = [
embedded-hal-mock = { version = "=0.10.0", default-features = false, features = [
"eh1",
] }

[target.'cfg(unix)'.dev-dependencies]
linux-embedded-hal = "0.4.0-alpha.4"
linux-embedded-hal = "0.4.0"

[[example]]
name = "epd1in54_no_graphics"
Expand Down

0 comments on commit 2670d6d

Please sign in to comment.