byronwasti / movine

A migration manager written in Rust that attempts to be smart yet minimal
MIT License
109 stars 9 forks source link

Add `rustls` feature #18

Closed Aankhen closed 3 years ago

Aankhen commented 3 years ago

This puts the native-tls/postgres-native-tls support under a with-native-tls feature which is enabled by default and adds a new with-rustls feature to use rustls/tokio-postgres-rustls instead. The tests all pass in both cases.

Aankhen commented 3 years ago

The Clippy warnings/errors in CI seem to be unrelated to these changes.

byronwasti commented 3 years ago

Looks good, thanks for the PR! Yeah the CI clippy errors are due to clippy updates I haven't gotten around to fixing.

Aankhen commented 3 years ago

Great! Thanks for the quick turnaround. And thanks for a great tool.