Skip to content

Commit

Permalink
Merge pull request #64 from KaiseiYokoyama/v0.6.2
Browse files Browse the repository at this point in the history
V0.6.2
  • Loading branch information
KaiseiYokoyama authored Apr 13, 2021
2 parents 2d7d3ca + 6239a92 commit ca566f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "joycon-rs"
version = "0.6.1"
version = "0.6.2"
authors = ["Kaisei Yokoyama <yokoyama.kaisei.sm@alumni.tsukuba.ac.jp>"]
repository = "https://github.com/KaiseiYokoyama/joycon-rs"
edition = "2018"
Expand All @@ -15,7 +15,7 @@ exclude = ["/images/*"]

[dependencies]
hidapi-alt-for-hidapi-issue-127 = "1.2.1"
crossbeam-channel = "0.4.2"
crossbeam-channel = "0.5.1"
lazy_static = "1.4.0"
serde = { version = "1.0", features = ["derive"] , optional = true }

Expand Down

0 comments on commit ca566f4

Please sign in to comment.