From 54154d54c3ed9a0a4682c39707a7ba42ad800086 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Sun, 10 Mar 2024 16:58:57 -0500 Subject: [PATCH] Fixed typo, `v0.2.3` --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]