Skip to content

Commit

Permalink
Bump versions to release #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Feb 2, 2020
1 parent 6f55172 commit 994d9ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "usbd-hid"
description = "WIP: Eventually a HID class for use with usb-device."
version = "0.3.5"
version = "0.3.6"
keywords = ["hid", "no-std", "usb-device"]
license = "MIT OR Apache-2.0"
authors = ["twitchyliquid64"]
Expand All @@ -10,5 +10,5 @@ repository = "https://github.com/twitchyliquid64/usbd-hid"


[dependencies]
usbd-hid-macros = { path = "macros", version = "0.2.5" }
usbd-hid-macros = { path = "macros", version = "0.2.6" }
usb-device = "0.2.1"
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Internal crate: contains procedural macros for HID descriptors. U
keywords = ["no-std", "usb-device"]
license = "MIT OR Apache-2.0"
name = "usbd-hid-macros"
version = "0.2.5"
version = "0.2.6"
edition = "2018"

[lib]
Expand Down

0 comments on commit 994d9ad

Please sign in to comment.