From a4c6445e44c1714e8b796a95113710656e802817 Mon Sep 17 00:00:00 2001 From: Ian Ker-Seymer Date: Fri, 30 Oct 2020 23:41:19 -0400 Subject: [PATCH] More updates --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- spec/fast_woothee_spec.rb | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee9e613..0d094f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ name = "fast_woothee" version = "1.6.0" dependencies = [ "rutie 0.8.1 (git+https://github.com/danielpclark/rutie)", - "woothee 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "woothee 0.11.0 (git+https://github.com/woothee/woothee-rust)", ] [[package]] @@ -67,7 +67,7 @@ dependencies = [ [[package]] name = "woothee" version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" +source = "git+https://github.com/woothee/woothee-rust#3d6536fd67f3c7dda3f81f3b2e60a4187758ec61" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -82,4 +82,4 @@ dependencies = [ "checksum regex-syntax 0.6.20 (registry+https://github.com/rust-lang/crates.io-index)" = "8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c" "checksum rutie 0.8.1 (git+https://github.com/danielpclark/rutie)" = "" "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" -"checksum woothee 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "89d5a45c5d9c772e577c263597681448fd91a46aed911783394eec396e45d4ee" +"checksum woothee 0.11.0 (git+https://github.com/woothee/woothee-rust)" = "" diff --git a/Cargo.toml b/Cargo.toml index 9e6b173..1945383 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/spec/fast_woothee_spec.rb b/spec/fast_woothee_spec.rb index f3ed99c..9272649 100644 --- a/spec/fast_woothee_spec.rb +++ b/spec/fast_woothee_spec.rb @@ -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" ]