Skip to content

Commit

Permalink
fmt and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
suaviloquence committed Aug 4, 2024
1 parent 2112966 commit f3269d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scrapelect"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Max Carr <[email protected]>"]
license = "Apache-2.0 OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion filter-proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scrapelect-filter-proc-macro"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Max Carr <[email protected]>"]
license = "Apache-2.0 OR MIT"
Expand Down
3 changes: 2 additions & 1 deletion src/interpreter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,8 @@ mod tests {
.parse()
.expect("parse URL failed"),
)
.await?.0;
.await?
.0;

let mut settings = insta::Settings::clone_current();
settings.set_snapshot_path("../../examples/outputs");
Expand Down

0 comments on commit f3269d9

Please sign in to comment.