You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The retain_mut crate is a dependency of the uu_tee crate. The functionality provided by retain_mut was stabilized in the standard library earlier this year in the 1.61.0 release. As a result, the maintainer of retain_mut has marked the crate as deprecated and no longer maintains it.
We should remove the dependency and use the standard library's functionality in uu_tee crate once we bump the MSRV to 1.61.0 or later. I don't think this presents a pressing reason to raise the MSRV. This is just a reminder to remove the dependency when the time comes.
The text was updated successfully, but these errors were encountered:
The
retain_mut
crate is a dependency of theuu_tee
crate. The functionality provided byretain_mut
was stabilized in the standard library earlier this year in the 1.61.0 release. As a result, the maintainer ofretain_mut
has marked the crate as deprecated and no longer maintains it.We should remove the dependency and use the standard library's functionality in
uu_tee
crate once we bump the MSRV to 1.61.0 or later. I don't think this presents a pressing reason to raise the MSRV. This is just a reminder to remove the dependency when the time comes.The text was updated successfully, but these errors were encountered: