From 772a3ad033b5043349f5543c74bda6d287c3124f Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sat, 17 Aug 2019 20:50:44 -0400 Subject: Update git revs for SAMD hal stuff. --- Cargo.toml | 6 +++--- 1 file 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. -- cgit v1.2.3