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
cargo +1.60.0 build works, however cargo +1.70.0 test doesnt build and cargo +1.75.0 test runs with one test failure due to differences in outputs of the compiler.
It is likely possible to get the tests working on older versions with some feature flags and other trickery. Is this desirable?
What is the desired MSRV of this project?
The text was updated successfully, but these errors were encountered:
cargo +1.60.0 build
works, howevercargo +1.70.0 test
doesnt build andcargo +1.75.0 test
runs with one test failure due to differences in outputs of the compiler.It is likely possible to get the tests working on older versions with some feature flags and other trickery. Is this desirable?
What is the desired MSRV of this project?
The text was updated successfully, but these errors were encountered: