Skip to content

Commit

Permalink
Move dev dependency actually into dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdsimons committed Oct 31, 2024
1 parent 1792eb4 commit 4c1c8ae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@ readme = "README.md"

[dependencies]
dfu-core = { version = "0.6.0", features = ["async"] }
futures = { version = "0.3.31", features = ["io-compat"] }
indicatif = { version = "0.17.8", features = [ "tokio" ] }
nusb = "0.1.10"
thiserror = "1.0.65"
tokio = { version = "1.41.0", features = ["full"] }
tokio-util = { version = "0.7.12", features = ["compat"] }

[dev-dependencies]
anyhow = "1.0.91"
clap = { version = "4.5.20", features = ["derive"] }
futures = { version = "0.3.31", features = ["io-compat"] }
tokio = { version = "1.41.0", features = ["full"] }
tokio-util = { version = "0.7.12", features = ["compat"] }
indicatif = { version = "0.17.8", features = [ "tokio" ] }

[patch.crates-io]
dfu-core = { git = "https://github.com/sjoerdsimons/dfu-core", branch = "async" }

0 comments on commit 4c1c8ae

Please sign in to comment.