You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `syn` package recently got updated to 2.0.* which bumped MSRV to
rustc 1.56, which broke our CI.
Also, `tokio` got updated to 1.27.0, which bumped MSRV from 1.49 to
1.56.
Here we pin `tokio` and `syn` accordingly to unbreak CI.
0 commit comments