diff --git a/Cargo.toml b/Cargo.toml index 55b2915..4154c25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cross_usb" -version = "0.2.3" +version = "0.3.0" authors = ["G2-Games "] repository = "https://github.com/G2-Games/cross-usb" documentation = "https://docs.rs/cross_usb" diff --git a/src/lib.rs b/src/lib.rs index c9da365..d377bbe 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -22,7 +22,7 @@ //! use cross_usb::usb::{UsbDescriptor, UsbDevice, UsbInterface, Recipient, ControlType, ControlIn}; //! use cross_usb::device_filter; //! -//! // Obtain a device descriptor (UsbDescriptor) using a DeviceFilter, +//! // Obtain a device descriptor using a DeviceFilter, //! // in this case with its VendorID and ProductID //! let filters = vec![ //! device_filter!{vendor_id: 0x054c, product_id: 0x00c9}