magiclen / educe

This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.
MIT License
127 stars 11 forks source link

Test minimal versions in CI with a pinned lockfile #33

Open ijackson opened 1 month ago

ijackson commented 1 month ago

With this MR, we:

ijackson commented 1 month ago

Oh good, this fixes the CI.

Assuming you like this and merge it, I should rebase #31 and #32 so their CI is fixed. LMK when that would be convenient for you.

ijackson commented 1 month ago

(Also, if you like this, I could make a similar MR against assert-eq-float, which would probably eliminate the override in update-minimal-versions.)