aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2022-10-12 13:24:44 -0400
committerBrian Cully <bjc@kublai.com>2022-10-12 13:24:44 -0400
commit5e9b210e5e120ba0457761427380ee627679be44 (patch)
tree3ad0a29e587f56891965a7878206762da26ce910
parent04d13f0819ec2dfb741ba62b2620b75797426532 (diff)
downloadusb-host-5e9b210e5e120ba0457761427380ee627679be44.tar.gz
usb-host-5e9b210e5e120ba0457761427380ee627679be44.zip
update repo url and versionHEADv0.1.3main
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c199e1b..ad343a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"