aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 1 insertions, 10 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b2be984..413a676 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,17 +17,8 @@ log = "~0.4"
embedded-hal = "~0.2"
atsamd-hal = "~0.5"
-[dev-dependencies]
-bootkbd = "~0.1"
-clint = "~0.2"
-cortex-m = "~0.6"
-cortex-m-rt = "~0.6"
-nb = "~0.1"
-trinket_m0 = "~0.3"
-
[patch.crates-io]
-atsamd-hal = { git = "https://github.com/atsamd-rs/atsamd.git" }
-trinket_m0 = { git = "https://github.com/atsamd-rs/atsamd.git" }
+atsamd-hal = { git = "https://github.com/atsamd-rs/atsamd.git", rev = "d1872cf" }
# Need to re-export features from atsamd-hal. If there were a
# compelling reason to merge this into there, this is it.