alexcrichton / curl-rust

Rust bindings to libcurl
MIT License
1.02k stars 233 forks source link

Update ctest to ctest2 #395

Closed sagebind closed 3 years ago

sagebind commented 3 years ago

This swaps out ctest with a fork which has been updated to be able to compile on newer rustc versions. This fixes the failing tests on nightly in CI recently introduced.

Long-term we should consider moving off of ctest, but that's a larger effort with more unknowns.