issues
search
tokio-rs
/
async-stream
Asynchronous streams for Rust using async & await notation
Other
636
stars
33
forks
source link
Fix CI failure
#78
Closed
taiki-e
closed
2 years ago
taiki-e
commented
2 years ago
This fixes:
CI on 1.45 is broken due to a recent GitHub API change:
https://github.com/tokio-rs/async-stream/runs/7823467805?check_suite_focus=true
ui test is also broken due to a diagnostics change in new rustc.
https://github.com/tokio-rs/async-stream/runs/7823467856?check_suite_focus=true
This fixes: