diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-17 20:50:44 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-17 20:52:57 -0400 |
commit | 772a3ad033b5043349f5543c74bda6d287c3124f (patch) | |
tree | 4ba406afed901c3a211f38a7e12640426f3f45f9 /Cargo.toml | |
parent | 630f285720d883ec56f136ce4febcaa8a661ef0c (diff) | |
download | atsamd-usb-host-772a3ad033b5043349f5543c74bda6d287c3124f.tar.gz atsamd-usb-host-772a3ad033b5043349f5543c74bda6d287c3124f.zip |
Update git revs for SAMD hal stuff.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |