diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-11 12:50:23 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-11 12:50:23 -0400 |
commit | 4c6fbbd2a00be46ab03fd2bd79ae8faafc2ee53c (patch) | |
tree | 65b8b1d10d7409a3dfd42a3acdf7babf0a5199a7 /Cargo.toml | |
parent | e8739872b482872adf9b18ef2b5419098f8fadb3 (diff) | |
download | usb-host-4c6fbbd2a00be46ab03fd2bd79ae8faafc2ee53c.tar.gz usb-host-4c6fbbd2a00be46ab03fd2bd79ae8faafc2ee53c.zip |
Version 0.1.1v0.1.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [package] name = "usb-host" description = "Traits for USB host driver development." -version = "0.1.0" +version = "0.1.1" authors = ["Brian Cully <bjc@kublai.com>"] edition = "2018" license = "LGPL-3.0-or-later" |