Skip to content

Commit 7b11ae9

Browse files
committed
fix: update deps
1 parent 2e14fd4 commit 7b11ae9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

html-node/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ name = "typed_custom_attributes"
2626
required-features = ["typed"]
2727

2828
[dependencies]
29-
html-node-core = { version = "0.1", path = "../html-node-core" }
30-
html-node-macro = { version = "0.1", path = "../html-node-macro" }
29+
html-node-core = { version = "0.2", path = "../html-node-core" }
30+
html-node-macro = { version = "0.2", path = "../html-node-macro" }
3131

3232

3333
[dev-dependencies]
@@ -36,5 +36,5 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
3636

3737
[features]
3838
axum = ["html-node-core/axum"]
39-
typed = ["html-node-core/typed", "html-node-macro/typed"]
4039
serde = ["html-node-core/serde"]
40+
typed = ["html-node-core/typed", "html-node-macro/typed"]

0 commit comments

Comments
 (0)