tower-rs / tower-http

HTTP specific Tower utilities.
682 stars 159 forks source link

Fix -Zminimal-versions build #514

Open paolobarbolini opened 1 week ago

paolobarbolini commented 1 week ago

Motivation

Building with -Zminimal-versions fails because tower_layer::Identity::new is not const.

Solution

Bumps the minimum version requirement for tower-layer to the first version that had it const.

jplatte commented 1 week ago

Looks like we have another MSRV issue..