mirror of
https://github.com/tower-rs/tower.git
synced 2026-01-20 15:46:07 +00:00
`tower` currently has required dependencies that may not be used unless certain features are enabled. This change updates `tower` to make these dependencies optional. Furthermore, this change removes use of `html_root_url`, which is no longer recommended (https://github.com/rust-lang/api-guidelines/pull/230), and updates the documented release instructions.