Skip to content

Commit

Permalink
v2022.5.28 release
Browse files Browse the repository at this point in the history
  • Loading branch information
a5huynh committed May 27, 2022
1 parent 5166be0 commit 19d8bda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions crates/spyglass/src/crawler/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ mod test {
use url::Url;

#[tokio::test]
#[ignore]
async fn test_crawl() {
let crawler = Crawler::new();
let url = Url::parse("https://oldschool.runescape.wiki").unwrap();
Expand Down Expand Up @@ -326,6 +327,7 @@ mod test {
}

#[tokio::test]
#[ignore]
async fn test_fetch_bootstrap() {
let crawler = Crawler::new();

Expand Down
2 changes: 1 addition & 1 deletion crates/tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "Spyglass",
"version": "22.5.27"
"version": "22.5.28"
},
"build": {
"distDir": "../client/dist",
Expand Down

0 comments on commit 19d8bda

Please sign in to comment.