v0.8.0
Changelog
https://crates.io/crates/metrics_server/0.8.0
Breaking Changes
- The
https()
method is now conditionally included through the use of a newtls
feature flag. This is to keep dependencies at a minimum if only using HTTP functionality.
Examples
To enable TLS support, pass the optional feature flag:
[dependencies]
metrics_server = { version = "0.8", features = ["tls"] }