Closed RemiBardon closed 3 months ago
I see that tower-layer also released a new version making that function const
. So you'd need to make sure to cargo update
both tower and tower-layer to get them.
Within tower, we could bump the minimal version to make sure it's always picked up...
Ok so I added the two dependencies at the worse timing then 😅 I added tower-http
a few hours ago, before tower v0.5.0
was released
That was it, sorry for bothering
Ran into the same issue, decided to implement the proper fix in https://github.com/tower-rs/tower/pull/787
We hit this issue too with a Dependabot upgrade from Tower 0.4.13 to 0.5.0. Maybe a 0.5.1 release with the fix from #787 could prevent more people from running into this?
I just added
tower
to my project, so I naturally chose versionv0.5.0
(just-released). Unfortunately it doesn't build:v0.4.13
builds successfully so I switched to it for the time being.I'm running: