From da7a56f259455dfa4e19c0ae8eed2cabc827b646 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Tue, 30 Jan 2024 11:29:42 -0600 Subject: [PATCH] Updated deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d877a51..c112967 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ features = [ ] [target.'cfg(not(target_family = "wasm"))'.dependencies] -nusb = "0.1.2" +nusb = "0.1.4" [profile.release] opt-level = "s"