Changes in this version:
- Add crate features to control the TLS implementation: enabling
native-tls
will cause fend to use the operating system's built-in TLS implementation. Therustls
feature, which is enabled by default, will keep the existing native Rust implementation. When both features are disabled, such as when compiling with--no-default-features
, network connectivity will not be available and currency conversions will not work. (by @eatradish) - Add "zł" as an alias for Polish złoty (PLN) (by @twolodzko)
- Add AOSC OS package and installation instructions (by @eatradish)
- Use
windows-sys
instead ofwinapi