aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2022-10-12 13:29:53 -0400
committerBrian Cully <bjc@kublai.com>2022-10-12 13:29:53 -0400
commit368875d4d5a886a2934324a4bc1fe8b18ab3860e (patch)
tree7d77620a786238dfe22b4d92bae75510d8fce43b
parent338d858f384a061afaa64c1ac1ffb62a1c448c83 (diff)
downloadbootkbd-main.tar.gz
bootkbd-main.zip
update repo and versionHEADv0.2.2nextmain
-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"