Skip to content

tee: Remove deprecated retain_mut dependency when MSRV is >= 1.61.0 #4190

Closed
@oliviacrain

Description

@oliviacrain

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions