Skip to content

Commit

Permalink
bump ego-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursvivek committed Nov 9, 2017
1 parent 1fcef86 commit ec62e86
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# EditorConfig
root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4

[*.md]
trim_trailing_whitespace = false
9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
[package]
name = "scraper"
version = "0.4.0"
version = "0.5.0"

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

authors = ["Curtis McEnroe <[email protected]>"]
authors = [
"Curtis McEnroe <[email protected]>",
"Vivek Kushwaha <[email protected]>",
]
license = "ISC"

documentation = "https://cmcenroe.me/scraper/scraper"
Expand All @@ -14,7 +17,7 @@ readme = "README.md"

[dependencies]
cssparser = "0.13"
ego-tree = "0.1.0"
ego-tree = "0.1.1"
html5ever = "0.21.0"
matches = "0.1.6"
selectors = "0.18.0"
Expand Down

0 comments on commit ec62e86

Please sign in to comment.