Skip to content

Commit

Permalink
Disable async-timeout for rstest (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack authored May 22, 2024
1 parent d368018 commit e45b182
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 119 deletions.
118 changes: 0 additions & 118 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 gengo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ quote = "1"
criterion = { version = "0.5", default-features = false, features = ["rayon", "cargo_bench_support"] }
insta = "1"
once_cell = "1"
rstest = "0.19"
rstest = { version = "0.19", default-features = false }
serde_yaml = "0.9"

[[bench]]
Expand Down

0 comments on commit e45b182

Please sign in to comment.