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

Use rustls instead of openssl #295

Closed Nilstrieb closed 8 months ago

LingMan commented 8 months ago

Are there really no changes to Cargo.lock?

Nilstrieb commented 8 months ago

good point, I should run this locally. Looks like CI doesn't use locked

Nilstrieb commented 8 months ago

cargo-bisect-rustc uses git2, which uses openssl through libgit2. We could probably move to gitoxide at some point but I don't want to do that right now.