Skip to content

Commit

Permalink
Bumped version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
G2-Games committed Jul 6, 2024
1 parent 19d19e2 commit fdd88a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cross_usb"
version = "0.3.3"
version = "0.3.4"
authors = ["G2-Games <[email protected]>"]
repository = "https://github.com/G2-Games/cross-usb"
documentation = "https://docs.rs/cross_usb"
Expand Down Expand Up @@ -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"]

0 comments on commit fdd88a7

Please sign in to comment.