Skip to content

Commit

Permalink
Updated version, updated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
G2-Games committed Feb 8, 2024
1 parent d57cd84 commit e5b0bcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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
Expand All @@ -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"]

0 comments on commit e5b0bcc

Please sign in to comment.