rushmorem / publicsuffix

An implementation of Mozilla's Public Suffix List in Rust
MIT License
96 stars 17 forks source link

1.5.2 release #16

Closed pfernie closed 6 years ago

pfernie commented 6 years ago

Similar to this issue, native-tls 0.2 is now required to build on hosts with newer versions of openssl. This dependency bump already exists on master, could you release 1.5.2?

rushmorem commented 6 years ago

Done. Thanks!

You may also be interested in https://crates.io/crates/psl which is a complete rewrite of this library with serious performance optimization. See https://github.com/rushmorem/publicsuffix/issues/15 for details.