Skip to content

Commit

Permalink
potential for cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lure23 committed Jan 23, 2025
1 parent e1940e8 commit 79fbf79
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ static_cell = "2.1.0"
# Logging
log = { version = "0.4.16", optional = true }
defmt = { version = "0.3", optional = true }
num_enum = { version = "0.7.3", default-features = false }
thiserror = { version = "2.0.0", default-features = false }

[dev-dependencies]
tokio = { version = "1", default-features = false, features = [
Expand All @@ -35,7 +33,6 @@ embedded-io-adapters = { version = "0.6.1", features = ["tokio-1"] }
embedded-io = { version = "0.6.1" }
tokio-serial = "5.4"
env_logger = "0.11"
critical-section = { version = "1", features = ["std"] }
rand = "0.8.5"
heapless = "0.8.0"

Expand Down

0 comments on commit 79fbf79

Please sign in to comment.