aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-08-11 12:50:23 -0400
committerBrian Cully <bjc@kublai.com>2019-08-11 12:50:23 -0400
commit4c6fbbd2a00be46ab03fd2bd79ae8faafc2ee53c (patch)
tree65b8b1d10d7409a3dfd42a3acdf7babf0a5199a7
parente8739872b482872adf9b18ef2b5419098f8fadb3 (diff)
downloadusb-host-4c6fbbd2a00be46ab03fd2bd79ae8faafc2ee53c.tar.gz
usb-host-4c6fbbd2a00be46ab03fd2bd79ae8faafc2ee53c.zip
Version 0.1.1v0.1.1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c579e06..260687f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"