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
In order to harder enforce MSRV it is possible to set "rust-version" in cargo.toml. This will create a compile time error if one tries to compile the library with a version that is lower then the specified version.