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