Updated version, updated libraries

This commit is contained in:
G2-Games 2024-02-08 02:48:06 -06:00
parent d57cd84338
commit e5b0bcc731

View file

@ -1,6 +1,6 @@
[package]
name = "cross_usb"
version = "0.2.0"
version = "0.2.1"
authors = ["G2-Games <ke0bhogsg@gmail.com>"]
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"]