Skip to content

Commit

Permalink
Fix CI failure (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored Aug 4, 2023
1 parent 3bad702 commit 3a693e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion async-stream-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/tokio-rs/async-stream"
proc-macro = true

[dependencies]
proc-macro2 = "1"
proc-macro2 = "1.0.60"
syn = { version = "2.0.2", features = ["full", "visit-mut"] }
quote = "1"

Expand Down
2 changes: 1 addition & 1 deletion async-stream/tests/ui/yield_bad_expr_in_macro.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error: expected expression
error: expected an expression
--> tests/ui/yield_bad_expr_in_macro.rs:8:33
|
8 | _ = work() => yield fn f() {},
Expand Down

0 comments on commit 3a693e5

Please sign in to comment.