Skip to content

Commit 3a693e5

Browse files
authored
Fix CI failure (#100)
1 parent 3bad702 commit 3a693e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

async-stream-impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/tokio-rs/async-stream"
1212
proc-macro = true
1313

1414
[dependencies]
15-
proc-macro2 = "1"
15+
proc-macro2 = "1.0.60"
1616
syn = { version = "2.0.2", features = ["full", "visit-mut"] }
1717
quote = "1"
1818

async-stream/tests/ui/yield_bad_expr_in_macro.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: expected expression
1+
error: expected an expression
22
--> tests/ui/yield_bad_expr_in_macro.rs:8:33
33
|
44
8 | _ = work() => yield fn f() {},

0 commit comments

Comments
 (0)