Skip to content

Commit

Permalink
Clean up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
9names committed Apr 9, 2024
1 parent 1d9b8b9 commit 007ffb1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions wii-ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ license = "MIT OR Apache-2.0"

[dependencies]
embedded-hal = "1"
defmt = { version = "0.3.0", optional = true }
embedded-hal-async = { version = "1"}
# embassy-futures = { version ="0.1.0", optional = true }
embassy-time = { version ="0.3"}
defmt = { version = "0.3.0", optional = true }

[dev-dependencies]
embedded-hal-mock = "0.8.0"
Expand All @@ -21,4 +19,3 @@ paste = "1.0.6"
[features]
default = ["defmt_print"]
defmt_print = ["defmt"]
# async = ["embedded-hal-async", "embassy-futures", "embassy-time"]

0 comments on commit 007ffb1

Please sign in to comment.