spenserblack/check-latest-rs

[BUG] Incorrect version comparison

Closed this issue · 0 comments

In check_minor! and check_patch!, use of macros to get version info, such as major version is a bad move. It should be comparing to the version passed to the macro, which may be less than the major version according to crate_major_version!.