From 798c079c1bb2bf944259612aab2c536c81f13d38 Mon Sep 17 00:00:00 2001 From: Kaisei Yokoyama Date: Sun, 3 May 2020 20:02:07 +0900 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cf1f9dd..dda97e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "joycon-rs" -version = "0.4.0" +version = "0.4.1" authors = ["Kaisei Yokoyama "] repository = "https://github.com/KaiseiYokoyama/joycon-rs" edition = "2018" @@ -32,4 +32,4 @@ name = "standard_full_report" name = "simple_hid_report" [[example]] -name = "rumble" \ No newline at end of file +name = "rumble"