aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0b44512..5268c70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bootkbd"
-version = "0.2.1"
+version = "0.2.2"
description = "Boot-protocol keyboard driver for usb-host."
authors = ["Brian Cully <bjc@kublai.com>"]
edition = "2018"
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later"
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["usb", "usb-host", "hal", "peripheral"]
readme = "README.md"
-repository = "https://github.com/bjc/bootkbd.git"
+repository = "https://git.spork.org/bootkbd.git"
[dependencies]
usb-host = "~0.1"