mirror of
https://github.com/G2-Games/cross-usb.git
synced 2025-05-03 03:42:54 -05:00
Bumped version to 0.3.4
This commit is contained in:
parent
19d19e2d81
commit
fdd88a75f5
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "cross_usb"
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
authors = ["G2-Games <ke0bhogsg@gmail.com>"]
|
||||
repository = "https://github.com/G2-Games/cross-usb"
|
||||
documentation = "https://docs.rs/cross_usb"
|
||||
|
@ -58,4 +58,4 @@ codegen-units = 1
|
|||
dwarf-debug-info = true
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "x86_64-apple-darwin", "aarch64-apple-darwin"]
|
||||
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