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
Switch two existing pagination error responses to Bad Request
Reviewing the source for cargo, it does not appear that there is any way
to specify a `page` number and the `per_page` value is capped at 100 by
cargo since at least 1.29. Showing a sub-optimal error message to very
old versions of cargo seems okay.
0 commit comments