rust-lang / cargo-bisect-rustc

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

Loosen `rust-lang/rust` remote check #235

Closed clubby789 closed 1 year ago

clubby789 commented 1 year ago

This permits remote URLs such as git@github.com:rust-lang/rust.git

oli-obk commented 1 year ago

Thanks!