Skip to content

Commit

Permalink
Merge pull request #45 from BrowserSync/fix-html
Browse files Browse the repository at this point in the history
deterministic HTML output
  • Loading branch information
shakyShane authored Dec 6, 2024
2 parents 554b3f7 + 12f1613 commit 993298a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/bsnext_html/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
bsnext_input = { path = "../bsnext_input" }
unindent = "0.2.3"
indent = "0.1.1"
scraper = "0.21.0"
scraper = { git = "https://github.com/shakyShane/scraper.git", branch = "master" }

[dev-dependencies]
anyhow = { workspace = true }
Expand Down

0 comments on commit 993298a

Please sign in to comment.