blackbeam / rust-mysql-simple

Mysql client library implemented in rust.
Apache License 2.0
658 stars 144 forks source link

Upgrade nix to 0.24.1, limit features #322

Closed rtzoeller closed 2 years ago

rtzoeller commented 2 years ago

This decreases build times slightly.

nix is only used to provide a From implementation, we don't actually need the full crate.

blackbeam commented 2 years ago

Hi. Looks like I forgot to remove nix dependency in #233 😅