Skip to content

Commit

Permalink
Merge pull request #16 from jwnrt/examples-dev-deps
Browse files Browse the repository at this point in the history
Move futures-lite to dev-dependencies
  • Loading branch information
kevinmehall authored Dec 21, 2023
2 parents 2c5526b + 01f8ca7 commit 33d064d
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 @@ -11,13 +11,13 @@ repository = "https://github.com/kevinmehall/nusb"

[dependencies]
atomic-waker = "1.1.2"
futures-lite = "1.13.0"
log = "0.4.20"
once_cell = "1.18.0"
slab = "0.4.9"

[dev-dependencies]
env_logger = "0.10.0"
futures-lite = "1.13.0"

[target.'cfg(target_os="linux")'.dependencies]
rustix = { version = "0.38.17", features = ["fs", "event"] }
Expand Down

0 comments on commit 33d064d

Please sign in to comment.