mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-11 13:01:30 +11:00
remove unused future dependency (#463)
This commit is contained in:
parent
305dfc9d1f
commit
eac51cdd16
|
@ -17,7 +17,6 @@ rp2040-hal = { path = "../../rp2040-hal", version = "0.6.0" }
|
||||||
cortex-m-rt = { version = "0.7", optional = true }
|
cortex-m-rt = { version = "0.7", optional = true }
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
usb-device= "0.2.9"
|
usb-device= "0.2.9"
|
||||||
futures = { version = "0.3", default-features = false, optional = true }
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rp2040-hal = { path = "../../rp2040-hal", version = "0.6.0", features = [ "defmt" ] }
|
rp2040-hal = { path = "../../rp2040-hal", version = "0.6.0", features = [ "defmt" ] }
|
||||||
|
|
|
@ -17,7 +17,6 @@ rp2040-hal = { path = "../../rp2040-hal", version = "0.6.0" }
|
||||||
cortex-m-rt = { version = "0.7", optional = true }
|
cortex-m-rt = { version = "0.7", optional = true }
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
usb-device= "0.2.9"
|
usb-device= "0.2.9"
|
||||||
futures = { version = "0.3", default-features = false, optional = true }
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
panic-halt= "0.2.0"
|
panic-halt= "0.2.0"
|
||||||
|
|
|
@ -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_0_2 = { package = "critical-section", version = "0.2.4", features = ["custom-impl"] }
|
||||||
critical-section = { version = "1.0.0" }
|
critical-section = { version = "1.0.0" }
|
||||||
|
|
||||||
futures = { version = "0.3", default-features = false, optional = true }
|
|
||||||
chrono = { version = "0.4", default-features = false, optional = true }
|
chrono = { version = "0.4", default-features = false, optional = true }
|
||||||
|
|
||||||
defmt = { version = ">=0.2.0, <0.4", optional = true }
|
defmt = { version = ">=0.2.0, <0.4", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue