diff options
author | Brian Cully <bjc@kublai.com> | 2019-09-26 09:15:55 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-09-26 09:15:55 -0400 |
commit | 240d2da1e7d5b9079d88644bfef06030fb9af486 (patch) | |
tree | c2c527e54a4686df33b5dc41da97513fcfcad194 /Cargo.toml | |
parent | 00b06cd479d229075e7853dd60899ed08e67838d (diff) | |
download | bootkbd-240d2da1e7d5b9079d88644bfef06030fb9af486.tar.gz bootkbd-240d2da1e7d5b9079d88644bfef06030fb9af486.zip |
Version 0.2.1v0.2.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "bootkbd" -version = "0.2.0" +version = "0.2.1" description = "Boot-protocol keyboard driver for usb-host." authors = ["Brian Cully <bjc@kublai.com>"] edition = "2018" |