Skip to content

Commit e5b0bcc

Browse files
committed
Updated version, updated libraries
1 parent d57cd84 commit e5b0bcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cross_usb"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["G2-Games <ke0bhogsg@gmail.com>"]
55
repository = "https://github.com/G2-Games/cross-usb"
66
documentation = "https://docs.rs/cross_usb"
@@ -48,7 +48,7 @@ features = [
4848

4949
# Non-wasm deps
5050
[target.'cfg(not(target_family = "wasm"))'.dependencies]
51-
nusb = "0.1.6"
51+
nusb = "0.1"
5252

5353
[profile.release]
5454
lto = true
@@ -60,4 +60,4 @@ codegen-units = 1
6060
dwarf-debug-info = true
6161

6262
[package.metadata.docs.rs]
63-
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "wasm32-unknown-unknown"]
63+
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "x86_64-apple-darwin", "aarch64-apple-darwin", "wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)