aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-08-17 20:50:44 -0400
committerBrian Cully <bjc@kublai.com>2019-08-17 20:52:57 -0400
commit772a3ad033b5043349f5543c74bda6d287c3124f (patch)
tree4ba406afed901c3a211f38a7e12640426f3f45f9
parent630f285720d883ec56f136ce4febcaa8a661ef0c (diff)
downloadatsamd-usb-host-772a3ad033b5043349f5543c74bda6d287c3124f.tar.gz
atsamd-usb-host-772a3ad033b5043349f5543c74bda6d287c3124f.zip
Update git revs for SAMD hal stuff.
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a5a12f5..b2be984 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,11 +23,11 @@ clint = "~0.2"
cortex-m = "~0.6"
cortex-m-rt = "~0.6"
nb = "~0.1"
-trinket_m0 = "~0.4"
+trinket_m0 = "~0.3"
[patch.crates-io]
-atsamd-hal = { git = "https://github.com/atsamd-rs/atsamd", rev = "97d55c19" }
-trinket_m0 = { git = "https://github.com/atsamd-rs/atsamd", rev = "97d55c19" }
+atsamd-hal = { git = "https://github.com/atsamd-rs/atsamd.git" }
+trinket_m0 = { git = "https://github.com/atsamd-rs/atsamd.git" }
# Need to re-export features from atsamd-hal. If there were a
# compelling reason to merge this into there, this is it.