From 7ec48686bb1a0d9bd42cf16e46622746e4d12ab3 Mon Sep 17 00:00:00 2001 From: chemicstry Date: Wed, 30 Oct 2024 01:10:22 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ee83e1f..743bdf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm_thread" -version = "0.3.2" +version = "0.3.3" authors = ["Jurgis Balciunas "] edition = "2018" description = "An std thread replacement for wasm32 target"