diff options
-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. |