Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Commit 72a52f5

Browse files
committed
chore: update dependency
1 parent 1504e39 commit 72a52f5

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55
[workspace.dependencies]
66
html5ever = "0.27.0"
77
indexmap = "2.2.6"
8-
kuchikiki = { git = "https://github.com/xusd320/kuchikiki.git", rev = "f1b69c1" }
8+
kuchikiki = { git = "https://github.com/umijs/kuchikiki.git", rev = "f1b69c1" }
99

1010
[profile.release]
1111
lto = true

index.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,3 @@ export declare class NodeRepr {
146146
*/
147147
cloneRecursive(): NodeRepr
148148
}
149-
export declare interface NodeRepr {
150-
select(selectors: "html"): NodeRepr;
151-
select(selectors: "head"): NodeRepr;
152-
select(selectors: "body"): NodeRepr;
153-
}

0 commit comments

Comments
 (0)