Skip to content

Commit

Permalink
bump std-embedded-nal v0.2, other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Oct 30, 2023
1 parent b7a4c90 commit 64a39ed
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@ heapless = {version = "0.7", features = ["serde"] }
log = "0.4"
serde = { version = "1", features = ["derive"], default-features = false }
smlang = "0.6"
embedded-io = "0.5"
embedded-io = "0.6"

[dev-dependencies]
std-embedded-time = "0.1"
tokio = { version = "1.9", features = ["rt-multi-thread", "time", "macros"] }
env_logger = "0.9"
env_logger = "0.10"
embedded-nal = "0.7"
serde-json-core = "0.5"

[dev-dependencies.std-embedded-nal]
git = "https://gitlab.com/ryan-summers/std-embedded-nal.git"
branch = "feature/0.7"
std-embedded-nal = "0.2"

0 comments on commit 64a39ed

Please sign in to comment.