Skip to content

Commit 50eaf5f

Browse files
committed
Release version 0.2.0
1 parent 3b197b5 commit 50eaf5f

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ readme = "README.md"
1111
keywords = ["webworker", "parallelism", "wasm"]
1212

1313
[workspace.dependencies]
14-
wasmworker = { version = "0.1", path = ".", features = ["serde"] }
15-
wasmworker-proc-macro = { version = "0.1", path = "proc-macro" }
14+
wasmworker = { version = "0.2", path = ".", features = ["serde"] }
15+
wasmworker-proc-macro = { version = "0.2", path = "proc-macro" }
1616

1717
[package]
1818
name = "wasmworker"
19-
version = "0.1.2"
19+
version = "0.2.0"
2020
edition = "2021"
2121

2222
description.workspace = true

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ To use this library, include both dependencies to your `Cargo.toml`.
2222

2323
```toml
2424
[dependencies]
25-
wasmworker = "0.1"
26-
wasmworker-proc-macro = "0.1"
25+
wasmworker = "0.2"
26+
wasmworker-proc-macro = "0.2"
2727
```
2828

2929
The `wasmworker` crate comes with a default feature called `serde`, which allows running any function on a web worker under the following two conditions:

proc-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasmworker-proc-macro"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55

66
description.workspace = true

0 commit comments

Comments
 (0)