From 3ae5020bd57648cc9440aa220c103fec062a0522 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Wed, 12 Oct 2022 13:10:00 -0400 Subject: update repo url --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 869801c..afde257 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] 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] -- cgit v1.2.3