Skip to content

Commit 9a664aa

Browse files
committed
Always use current core and macro crates.
1 parent 8c124a0 commit 9a664aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

html-node/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ name = "styling"
3030
required-features = ["basic-css"]
3131

3232
[dependencies]
33-
html-node-core = { version = "0.2", path = "../html-node-core" }
34-
html-node-macro = { version = "0.2", path = "../html-node-macro" }
33+
html-node-core = { path = "../html-node-core" }
34+
html-node-macro = { path = "../html-node-macro" }
3535

3636

3737
[dev-dependencies]

0 commit comments

Comments
 (0)