Skip to content

Commit

Permalink
More updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Oct 31, 2020
1 parent 35677c0 commit a4c6445
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
crate-type = ["dylib"]

[dependencies]
woothee = "0.11.0"
woothee = { git = "https://github.com/woothee/woothee-rust" }
rutie = { git = "https://github.com/danielpclark/rutie", feature = ["no-link"] }

[package.metadata.thermite]
Expand Down
2 changes: 1 addition & 1 deletion spec/fast_woothee_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def each_target(pattern = "*")
end

known_failures = [
# https://github.com/woothee/woothee-rust/issues/14
# # https://github.com/woothee/woothee-rust/issues/14
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 YaBrowser/17.11.1.1087 (beta) Yowser/2.5 Safari/537.36"
]

Expand Down

0 comments on commit a4c6445

Please sign in to comment.