gobanos / cargo-aoc

447 stars 47 forks source link

Use rustls instead of native-tls #56

Closed NilsIrl closed 12 months ago

NilsIrl commented 3 years ago

rustls is more portable (in my experience)

Heinenen commented 12 months ago

@gobanos bumping this I argue this change is nice to have because it gets rid of the only "hidden" dependency that is openssl-sys which depends on system headers being installed.

gobanos commented 12 months ago

Thanks for the reminder, I'll integrate the change in branch 0.3.