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
rustc min version for features used. For example, poll was an unstable feature until early 2021, so if features like poll are used we should put the min rustc version required in the Cargo.toml so the user compiling can quickly diagnose vs hunting for a supported version.
In this sample the version required is 1.51.0 and of course I was on 1.49.0 ..