mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-24 05:01:31 +11:00
Remove duplicate entry in Cargo.toml
Remove accidental duplication of embedded-time dependency introduced when performing merge-conflict resolution
This commit is contained in:
parent
31b0230da1
commit
72127aa8e7
|
@ -15,7 +15,6 @@ embedded-hal = { version = "0.2.4", features = ["unproven"] }
|
||||||
embedded-time = "0.10.1"
|
embedded-time = "0.10.1"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
rp2040-pac = { git = "https://github.com/rp-rs/rp2040-pac", branch="main" }
|
rp2040-pac = { git = "https://github.com/rp-rs/rp2040-pac", branch="main" }
|
||||||
embedded-time = "0.10.1"
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
cortex-m-rt = "0.6.13"
|
cortex-m-rt = "0.6.13"
|
||||||
|
|
Loading…
Reference in a new issue