diff --git a/Cargo.toml b/Cargo.toml index 5dbe0a7..55b2915 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "cross_usb" -version = "0.2.2" +version = "0.2.3" authors = ["G2-Games "] repository = "https://github.com/G2-Games/cross-usb" documentation = "https://docs.rs/cross_usb" description = """ -A a Rust USB library which works seamlessly across both native and WASM targets +A Rust USB library which works seamlessly across both native and WASM targets """ keywords = ["usb", "wasm", "web-usb"]