cargo fend 1.4.4
Version 1.4.4

latest releases: 1.4.9, 1.4.8, 1.4.7...
3 months ago

Changes in this version:

  • Add == and != operators for equality and inequality (by @frectonz)

    For example:

    > 2 metres == 200 cm
    true
    > 4 kg == 2 lbs
    false
    
  • The fend CLI now uses native-tls by default, instead of rustls. On Windows this uses SChannel (via the schannel crate), on macOS it uses Secure Transport via the security-framework crate, and on Linux it links to OpenSSL with the openssl crate. You can continue using rustls by compiling with the --no-default-features --features rustls flags. See the CLI's Cargo.toml for further details.

Don't miss a new fend release

NewReleases is sending notifications on new releases.