aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-09-02 11:53:00 -0400
committerBrian Cully <bjc@kublai.com>2019-09-02 11:53:00 -0400
commit52d36ba3d07e0d9027896cc653fa77b2a50249b3 (patch)
treef4e1556525f497432c90ef5588a05ca9901d59f0
parent1b416955de13a7978d3a8d1956939afd75e7b3bd (diff)
downloadatsamd-usb-host-52d36ba3d07e0d9027896cc653fa77b2a50249b3.tar.gz
atsamd-usb-host-52d36ba3d07e0d9027896cc653fa77b2a50249b3.zip
Use latest version of atsamd-hal, remove patch.
-rw-r--r--Cargo.toml7
1 files 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.