From 34595c15a5d354ba307dbab1b5066062b0a7dce6 Mon Sep 17 00:00:00 2001 From: Jonathan 'theJPster' Pallant Date: Wed, 6 Feb 2019 23:14:15 +0000 Subject: [PATCH] Version bump. Updated description - we do more than UK105/SCS2. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c7730b8..e21a276 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "pc-keyboard" -version = "0.4.1" +version = "0.5.0" authors = ["Jonathan 'theJPster' Pallant "] -description = "PS/2 keyboard interface library. Handles UK 105-key keyboards producing Scancode Set 2." +description = "PS/2 keyboard interface library." keywords = ["arm", "cortex-m", "template", "video", "menu"] categories = ["embedded", "no-std"] license = "MIT OR Apache-2.0"