From e5b0bcc7317ac6093c534eee9731ce091f11056d Mon Sep 17 00:00:00 2001 From: G2-Games Date: Thu, 8 Feb 2024 02:48:06 -0600 Subject: [PATCH] Updated version, updated libraries --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e893bb7..b3aabbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cross_usb" -version = "0.2.0" +version = "0.2.1" authors = ["G2-Games "] repository = "https://github.com/G2-Games/cross-usb" documentation = "https://docs.rs/cross_usb" @@ -48,7 +48,7 @@ features = [ # Non-wasm deps [target.'cfg(not(target_family = "wasm"))'.dependencies] -nusb = "0.1.6" +nusb = "0.1" [profile.release] lto = true @@ -60,4 +60,4 @@ codegen-units = 1 dwarf-debug-info = true [package.metadata.docs.rs] -targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "wasm32-unknown-unknown"] +targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "x86_64-apple-darwin", "aarch64-apple-darwin", "wasm32-unknown-unknown"]