diff --git a/Cargo.toml b/Cargo.toml index 02623f5..8e7946e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "joycon-rs" -version = "0.6.1" +version = "0.6.2" authors = ["Kaisei Yokoyama "] repository = "https://github.com/KaiseiYokoyama/joycon-rs" edition = "2018" @@ -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 }