aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-09-15 13:30:08 -0400
committerBrian Cully <bjc@kublai.com>2019-09-15 13:30:08 -0400
commit77d1fdf044326cfb039728bf94a998f1dd1e8d1e (patch)
treea004e9bd104fc65e1e1c99d0806f9f480c9afa4f
parentb4090858854bbae6999e6c54ce80de2af28475f7 (diff)
downloadatsamd-usb-host-77d1fdf044326cfb039728bf94a998f1dd1e8d1e.tar.gz
atsamd-usb-host-77d1fdf044326cfb039728bf94a998f1dd1e8d1e.zip
Update to version 0.2.0v0.2.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8698721..8d37175 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "atsamd-usb-host"
description = "usb-host driver support for Atmel SAMD* microcontrollers."
-version = "0.1.0"
+version = "0.2.0"
authors = ["Brian Cully <bjc@kublai.com>"]
edition = "2018"
license = "LGPL-3.0-or-later"