Skip to content

Commit 35ed1e2

Browse files
committed
v0.3.0
1 parent 15f8875 commit 35ed1e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cross_usb"
3-
version = "0.2.3"
3+
version = "0.3.0"
44
authors = ["G2-Games <ke0bhogsg@gmail.com>"]
55
repository = "https://github.com/G2-Games/cross-usb"
66
documentation = "https://docs.rs/cross_usb"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
//! use cross_usb::usb::{UsbDescriptor, UsbDevice, UsbInterface, Recipient, ControlType, ControlIn};
2323
//! use cross_usb::device_filter;
2424
//!
25-
//! // Obtain a device descriptor (UsbDescriptor) using a DeviceFilter,
25+
//! // Obtain a device descriptor using a DeviceFilter,
2626
//! // in this case with its VendorID and ProductID
2727
//! let filters = vec![
2828
//! device_filter!{vendor_id: 0x054c, product_id: 0x00c9}

0 commit comments

Comments
 (0)