Skip to content

Commit 79e32cd

Browse files
committed
0.0.7
1 parent 8eb5300 commit 79e32cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.

crates/domparser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "domparser"
4-
version = "0.0.6"
4+
version = "0.0.7"
55
description = "A super fast html parser and manipulator written in rust."
66
license = "MIT"
77
repository = "https://github.com/utooland/domparser-rs"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "domparser-rs",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"packageManager": "[email protected]",
55
"main": "domparser.js",
66
"types": "domparser.d.ts",

0 commit comments

Comments
 (0)