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"