diff options
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ [package] name = "usb-host" description = "Traits for USB host driver development." -version = "0.1.2" +version = "0.1.3" 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"] readme = "README.md" -repository = "https://github.com/bjc/usb-host.git" +repository = "https://git.spork.org/usb-host.git" |