Skip to content

Commit 6d1e03b

Browse files
committed
Version 0.18.0
1 parent fa48ee7 commit 6d1e03b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
[package]
22
name = "scraper"
3-
version = "0.17.1"
3+
version = "0.18.0"
44
edition = "2021"
55

66
description = "HTML parsing and querying with CSS selectors"
77
keywords = ["html", "css", "selector", "scraping"]
88

9-
authors = [
10-
"June McEnroe <[email protected]>",
11-
]
9+
authors = ["June McEnroe <[email protected]>"]
1210
license = "ISC"
1311

1412
repository = "https://github.com/causal-agent/scraper"

0 commit comments

Comments
 (0)