rust-lang / cargo-bisect-rustc

Bisects rustc, either nightlies or CI artifacts
https://rust-lang.github.io/cargo-bisect-rustc/
Apache License 2.0
178 stars 55 forks source link

Add start and end date validations vs. current date #99

Closed chrissimpkins closed 4 years ago

chrissimpkins commented 4 years ago

Closes #80

Adds nightly start and end date validation checks against the current date. Error raised if requested date is in the future. Previous behavior was to attempt to install a future date nightly and fail.