remove unused future dependency (#463)

This commit is contained in:
Wilfried Chauveau 2022-10-06 21:39:48 +01:00 committed by GitHub
parent 305dfc9d1f
commit eac51cdd16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View file

@ -17,7 +17,6 @@ rp2040-hal = { path = "../../rp2040-hal", version = "0.6.0" }
cortex-m-rt = { version = "0.7", optional = true }
fugit = "0.3.5"
usb-device= "0.2.9"
futures = { version = "0.3", default-features = false, optional = true }
[dev-dependencies]
rp2040-hal = { path = "../../rp2040-hal", version = "0.6.0", features = [ "defmt" ] }

View file

@ -17,7 +17,6 @@ rp2040-hal = { path = "../../rp2040-hal", version = "0.6.0" }
cortex-m-rt = { version = "0.7", optional = true }
fugit = "0.3.5"
usb-device= "0.2.9"
futures = { version = "0.3", default-features = false, optional = true }
[dev-dependencies]
panic-halt= "0.2.0"

View file

@ -30,7 +30,6 @@ rand_core = "0.6.3"
critical-section_0_2 = { package = "critical-section", version = "0.2.4", features = ["custom-impl"] }
critical-section = { version = "1.0.0" }
futures = { version = "0.3", default-features = false, optional = true }
chrono = { version = "0.4", default-features = false, optional = true }
defmt = { version = ">=0.2.0, <0.4", optional = true }