Skip to content

Commit

Permalink
Fix transistive dependency on std
Browse files Browse the repository at this point in the history
  • Loading branch information
paxswill committed Sep 24, 2021
1 parent 853f59f commit 51ff041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ arrayvec = { version = "0.7", default-features = false }
embedded-hal = "0.2.5"
# linux-embedded-hal is only required for examples
linux-embedded-hal = { version = "0.3", optional = true }
num_enum = "0.5"
num_enum = { version = "0.5", default-features = false }
num-traits = { version = "0.2", default-features = false }
paste = "1"

Expand Down

0 comments on commit 51ff041

Please sign in to comment.