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
Is your feature request related to a problem? Please describe.
There are frequent errors when using incorrect crate versions for a given stripe api version. We should warn of issues early to make sure people are aware of this.
Describe the solution you'd like
Use tracing to warn when parsing ApiVersions that do not match the expected one from the crate.