From fdd88a75f53cbc37101f20a88ab83e5023840353 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Sat, 6 Jul 2024 01:37:39 -0500 Subject: [PATCH] Bumped version to 0.3.4 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8da972d..771dd84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cross_usb" -version = "0.3.3" +version = "0.3.4" authors = ["G2-Games "] 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"]