tower-rs / tower

async fn(Request) -> Result<Response, Error>
https://docs.rs/tower
MIT License
3.56k stars 281 forks source link

tower-layer: drop versions from dev dependencies #782

Closed tobz closed 3 months ago

tobz commented 3 months ago

Context

As stated in the PR title.

This should resolve some quirks around publishing when bumping versions of those crates: in this case, trying to publish tower-layer before publishing tower, such that tower@0.5.0 doesn't yet exist at the time of trying to publish tower-layer.

There's no real reason to tie dev dependencies to a specific version, since we would expect dev dependencies to be used during local development, on a feature branch or master, or whatever, when package versions are potentially in flux.