Skip to content

Commit 100006b

Browse files
committed
Bump shared_from_str to Rust 1.62.0
1 parent 594be70 commit 100006b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/alloc/src/rc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1956,7 +1956,7 @@ where
19561956
}
19571957
}
19581958

1959-
#[stable(feature = "shared_from_str", since = "1.61.0")]
1959+
#[stable(feature = "shared_from_str", since = "1.62.0")]
19601960
impl From<Rc<str>> for Rc<[u8]> {
19611961
/// Converts a reference-counted string slice into a byte slice.
19621962
///

library/alloc/src/sync.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2556,7 +2556,7 @@ where
25562556
}
25572557
}
25582558

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

0 commit comments

Comments
 (0)