aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-10-08 09:05:19 -0400
committerBrian Cully <bjc@kublai.com>2019-10-08 09:05:19 -0400
commitf2288807da39052b609c26296e47737c5af2563b (patch)
tree14cbdc0948e2207ae9058606dbde662f2539d351 /Cargo.toml
parent39e4f4c61afb8935ce3a8ebacab8202fe0a539aa (diff)
downloadusb-host-f2288807da39052b609c26296e47737c5af2563b.tar.gz
usb-host-f2288807da39052b609c26296e47737c5af2563b.zip
Add Changelog, bump version.next
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 260687f..c199e1b 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.1"
+version = "0.1.2"
authors = ["Brian Cully <bjc@kublai.com>"]
edition = "2018"
license = "LGPL-3.0-or-later"