diff options
author | Brian Cully <bjc@kublai.com> | 2019-09-02 11:53:00 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-09-02 11:53:00 -0400 |
commit | 52d36ba3d07e0d9027896cc653fa77b2a50249b3 (patch) | |
tree | f4e1556525f497432c90ef5588a05ca9901d59f0 | |
parent | 1b416955de13a7978d3a8d1956939afd75e7b3bd (diff) | |
download | atsamd-usb-host-52d36ba3d07e0d9027896cc653fa77b2a50249b3.tar.gz atsamd-usb-host-52d36ba3d07e0d9027896cc653fa77b2a50249b3.zip |
Use latest version of atsamd-hal, remove patch.
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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. |