Skip to content

Commit 5cffadd

Browse files
committed
v0.2.0
1 parent 61b489c commit 5cffadd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ resolver = "3"
33
members = ["examples/*", "tauri-wasm", "xtask"]
44

55
[workspace.package]
6-
version = "0.1.4"
6+
version = "0.2.0"
77
edition = "2024"
88
authors = ["nanoqsh"]
99
license = "MIT"
1010
rust-version = "1.85"
1111
repository = "https://github.com/nanoqsh/tauri-wasm"
1212

1313
[workspace.dependencies]
14-
tauri-wasm = { version = "=0.1.4", path = "tauri-wasm" }
14+
tauri-wasm = { version = "=0.2.0", path = "tauri-wasm" }
1515
gloo = { version = "0.11", default-features = false }
1616
js-sys = { version = "0.3", default-features = false }
1717
serde = "1"

0 commit comments

Comments
 (0)