Remove duplicate entry in Cargo.toml

Remove accidental duplication of embedded-time dependency introduced when performing merge-conflict resolution
This commit is contained in:
9names 2021-05-05 12:48:40 +10:00 committed by GitHub
parent 31b0230da1
commit 72127aa8e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,6 @@ embedded-hal = { version = "0.2.4", features = ["unproven"] }
embedded-time = "0.10.1"
nb = "1.0.0"
rp2040-pac = { git = "https://github.com/rp-rs/rp2040-pac", branch="main" }
embedded-time = "0.10.1"
[dev-dependencies]
cortex-m-rt = "0.6.13"