From 7e6a449f276cd85ebd9201ef1a62aff3bc4d1595 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Fri, 10 Nov 2017 22:53:08 -0800 Subject: Update hid crate to 0.4.1 Import subrepo hid/:hid at 6dc63c8682bd2f027c0d3b4a004b097ca9ac49fa --- hid/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hid/src/lib.rs') diff --git a/hid/src/lib.rs b/hid/src/lib.rs index d71b5a5..fb2ccf8 100644 --- a/hid/src/lib.rs +++ b/hid/src/lib.rs @@ -13,5 +13,5 @@ pub use devices::Devices; mod device; pub use device::Device; -mod handle; +pub mod handle; pub use handle::Handle; -- cgit v1.2.1