diff options
author | Daniel Mueller <deso@posteo.net> | 2017-11-10 22:53:08 -0800 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2017-11-10 22:53:08 -0800 |
commit | 7e6a449f276cd85ebd9201ef1a62aff3bc4d1595 (patch) | |
tree | 7f942f39db64284c09375b64c6951f3364be32d1 /hid/Cargo.toml | |
parent | 4a3c72d09d0c028fda3563e69b67c99dcd40520d (diff) | |
download | nitrocli-7e6a449f276cd85ebd9201ef1a62aff3bc4d1595.tar.gz nitrocli-7e6a449f276cd85ebd9201ef1a62aff3bc4d1595.tar.bz2 |
Update hid crate to 0.4.1
Import subrepo hid/:hid at 6dc63c8682bd2f027c0d3b4a004b097ca9ac49fa
Diffstat (limited to 'hid/Cargo.toml')
-rw-r--r-- | hid/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hid/Cargo.toml b/hid/Cargo.toml index 91111a4..5e608a8 100644 --- a/hid/Cargo.toml +++ b/hid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hid" -version = "0.4.0" +version = "0.4.1" authors = ["meh. <meh@schizofreni.co>"] license = "WTFPL" |