Closed Mr-Leshiy closed 10 months ago
Fixed an old problem with indexmap https://github.com/tower-rs/tower/issues/466. indexmap 1.5.2 release added a new feature flag std which can totally solve corresponding issue with not identifying https://github.com/bluss/indexmap/pull/145, std https://github.com/bluss/indexmap/issues/151.
indexmap
1.5.2
std
replace deprecated FuturesOrdered::push with FuturesOrdered::push_back.
FuturesOrdered::push
FuturesOrdered::push_back
Fixed an old problem with
indexmap
https://github.com/tower-rs/tower/issues/466.indexmap
1.5.2
release added a new feature flagstd
which can totally solve corresponding issue with not identifying https://github.com/bluss/indexmap/pull/145, std https://github.com/bluss/indexmap/issues/151.replace deprecated
FuturesOrdered::push
withFuturesOrdered::push_back
.