aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2022-10-12 13:10:00 -0400
committerBrian Cully <bjc@kublai.com>2022-10-12 13:10:00 -0400
commit3ae5020bd57648cc9440aa220c103fec062a0522 (patch)
treead37fc62b67388eb3f17c430c870ce506e3ddbbe
parent954e660de3b789a9aa2aa17a4ec409c0ae0a36e5 (diff)
downloadatsamd-usb-host-next.tar.gz
atsamd-usb-host-next.zip
update repo urlHEADv0.2.1nextmain
-rw-r--r--Cargo.toml4
1 files 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 <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]