diff options
author | Brian Cully <bjc@kublai.com> | 2022-10-12 13:10:00 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2022-10-12 13:10:00 -0400 |
commit | 3ae5020bd57648cc9440aa220c103fec062a0522 (patch) | |
tree | ad37fc62b67388eb3f17c430c870ce506e3ddbbe | |
parent | 954e660de3b789a9aa2aa17a4ec409c0ae0a36e5 (diff) | |
download | atsamd-usb-host-main.tar.gz atsamd-usb-host-main.zip |
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,13 +1,13 @@ [package] name = "atsamd-usb-host" description = "usb-host driver support for Atmel SAMD* microcontrollers." -version = "0.2.0" +version = "0.2.1" authors = ["Brian Cully <bjc@kublai.com>"] edition = "2018" license = "LGPL-3.0-or-later" categories = ["no-std", "embedded", "hardware-support"] keywords = ["usb", "usb-host", "hal", "peripheral"] -repository = "https://github.com/bjc/atsamd-21-host.git" +repository = "https://git.spork.org/atsamd-usb-host.git" readme = "README.md" [dependencies] |