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
When building rust-numpy with the rust/cargo 1.48 packaged on Debian
bullseye the build fails because in Cargo 1.48 the resolver option was a
nightly only feature and Cargo errors. This feature wasn't stabilized
until 1.51. I think we aren't catching this in the MSRV jobs because
1.41 is old enough that the resolver option wasn't known.
0 commit comments