mirror of
https://github.com/G2-Games/cross-usb.git
synced 2025-04-19 05:12:53 -05:00
Updated version, updated libraries
This commit is contained in:
parent
d57cd84338
commit
e5b0bcc731
1 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue