Skip to content

Commit e8cb72c

Browse files
author
Julian Wollersberger
committed
Update the stabilisation version.
1 parent 7438f43 commit e8cb72c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/core/src/char/convert.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ impl From<char> for u32 {
112112
}
113113
}
114114

115-
#[stable(feature = "more_char_conversions", since = "1.50.0")]
115+
#[stable(feature = "more_char_conversions", since = "1.51.0")]
116116
impl From<char> for u64 {
117117
/// Converts a [`char`] into a [`u64`].
118118
///
@@ -133,7 +133,7 @@ impl From<char> for u64 {
133133
}
134134
}
135135

136-
#[stable(feature = "more_char_conversions", since = "1.50.0")]
136+
#[stable(feature = "more_char_conversions", since = "1.51.0")]
137137
impl From<char> for u128 {
138138
/// Converts a [`char`] into a [`u128`].
139139
///

0 commit comments

Comments
 (0)