Skip to content

Commit

Permalink
Remove dep:* features to appease older Cargo
Browse files Browse the repository at this point in the history
Older Cargo versions use the same namespace for both features and
dependencies.
  • Loading branch information
quentinmit committed Jul 8, 2022
1 parent 58be25f commit bf57eba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ include = [

[features]
default = ["nb"]
nb = ["dep:nb"]
nightly = ["async"]
async = ["dep:embedded-hal-async"]
async = ["embedded-hal-async"]

[dependencies]
embedded-hal = "0.2.5"
Expand Down

0 comments on commit bf57eba

Please sign in to comment.