From 52d36ba3d07e0d9027896cc653fa77b2a50249b3 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 2 Sep 2019 11:53:00 -0400 Subject: Use latest version of atsamd-hal, remove patch. --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 413a676..e01ed31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,10 +15,11 @@ usb-host = "~0.1" starb = "~0.2" log = "~0.4" embedded-hal = "~0.2" -atsamd-hal = "~0.5" +atsamd-hal = "~0.6" -[patch.crates-io] -atsamd-hal = { git = "https://github.com/atsamd-rs/atsamd.git", rev = "d1872cf" } +[dev-dependencies.atsamd-hal] +version = "~0.6" +features = ["samd21e18a"] # 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