Bump shared_from_str to Rust 1.62.0

This commit is contained in:
David Tolnay 2022-04-30 23:40:35 -07:00
parent 594be707c4
commit 100006bec9
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -1956,7 +1956,7 @@ where
}
}
#[stable(feature = "shared_from_str", since = "1.61.0")]
#[stable(feature = "shared_from_str", since = "1.62.0")]
impl From<Rc<str>> for Rc<[u8]> {
/// Converts a reference-counted string slice into a byte slice.
///

View File

@ -2556,7 +2556,7 @@ where
}
}
#[stable(feature = "shared_from_str", since = "1.61.0")]
#[stable(feature = "shared_from_str", since = "1.62.0")]
impl From<Arc<str>> for Arc<[u8]> {
/// Converts an atomically reference-counted string slice into a byte slice.
///