Skip to content

Commit

Permalink
chore: remove embedded_hal 0.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-k committed Mar 25, 2024
1 parent 70cf2c8 commit 76cd398
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 299 deletions.
9 changes: 2 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,9 @@ license = "MIT OR Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
eh1_0 = ["dep:eh1_0"]

[dependencies]
embedded-hal = "0.2"
embedded-hal = "1.0"
defmt = "^0.3"
eh1_0 = { package = "embedded-hal", version = "1.0.0-alpha.10", optional = true }

[dev-dependencies]
embedded-hal-mock = "0.9"
eh1_0-mock = { package = "embedded-hal-mock", git = "https://github.com/dbrgn/embedded-hal-mock.git", branch = "1-alpha" }
embedded-hal-mock = "0.10"
Loading

0 comments on commit 76cd398

Please sign in to comment.