Skip to content

Commit a214cce

Browse files
committed
percy-dom = "0.9.8"
1 parent c6d8553 commit a214cce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/html-macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "html-macro"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "html macro"
55
authors = ["Chinedu Francis Nwafili <[email protected]>"]
66
keywords = ["virtual", "dom", "wasm", "assembly", "webassembly"]

crates/percy-dom/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "percy-dom"
3-
version = "0.9.7"
3+
version = "0.9.8"
44
authors = ["Chinedu Francis Nwafili <[email protected]>"]
55
description = "A standalone Virtual DOM creation, diffing and patching implementation"
66
keywords = ["virtual", "dom", "wasm", "assembly", "webassembly"]
@@ -19,7 +19,7 @@ virtual-node = { path = "../virtual-node", version = "0.5.0" }
1919
wasm-bindgen = "0.2.33"
2020

2121
# Optional dependencies
22-
html-macro = { optional = true, path = "../html-macro", version = "0.2.3" }
22+
html-macro = { optional = true, path = "../html-macro", version = "0.2.4" }
2323

2424
[dependencies.web-sys]
2525
version = "0.3"

0 commit comments

Comments
 (0)