Skip to content

Commit

Permalink
Merge pull request #153 from quartiq/rj/std-embedded-nal-0.2
Browse files Browse the repository at this point in the history
rj/std embedded nal 0.2
  • Loading branch information
ryan-summers authored Oct 31, 2023
2 parents cec9ce7 + 07ebfc1 commit 2ea83f3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = "MIT"

[dependencies]
bit_field = "0.10.0"
num_enum = { version = "0.5", default-features = false }
num_enum = { version = "0.7", default-features = false }
heapless = { version = "0.7", features = ["serde"] }
log = {version = "0.4", optional = true}
embedded-time = "0.12"
Expand All @@ -32,10 +32,6 @@ unsecure = []

[dev-dependencies]
log = "0.4"
env_logger = "0.7"
std-embedded-nal = "0.1"
env_logger = "0.10"
std-embedded-nal = "0.2"
std-embedded-time = "0.1"

[patch.crates-io.std-embedded-nal]
git = "https://gitlab.com/ryan-summers/std-embedded-nal"
branch = "feature/0.7"

0 comments on commit 2ea83f3

Please sign in to comment.