taiki-e / cargo-hack

Cargo subcommand to provide various options useful for testing and continuous integration.
Apache License 2.0
628 stars 28 forks source link

refactor: Defer calculating the toolchain flag #210

Closed epage closed 1 year ago

epage commented 1 year ago

In addition to decoupling concerns (expansion of a range into discrete versions), this will make it easier to do contains checks and insertions on the discrete versions.