1
0
Fork 0
mirror of https://github.com/G2-Games/cross-usb.git synced 2025-05-02 19:32:54 -05:00

Bumped version to 0.3.4

This commit is contained in:
G2-Games 2024-07-06 01:37:39 -05:00
parent 19d19e2d81
commit fdd88a75f5

View file

@ -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"]