diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2022-10-31 10:43:15 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2022-11-06 17:11:02 -0500 |
| commit | 455a7bc685e2c8f93f8d63547b368b0f66ed0806 (patch) | |
| tree | 7615670667b93e66d4d58d6a1e0063f4b226f074 /library/std/src | |
| parent | 7eef946fc0e0eff40e588eab77b09b287accbec3 (diff) | |
| download | rust-455a7bc685e2c8f93f8d63547b368b0f66ed0806.tar.gz rust-455a7bc685e2c8f93f8d63547b368b0f66ed0806.zip | |
Bump version placeholders to release
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/time.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/time.rs b/library/std/src/time.rs index 34e18b5fa87..ecd06ebf743 100644 --- a/library/std/src/time.rs +++ b/library/std/src/time.rs @@ -43,7 +43,7 @@ use crate::sys_common::{FromInner, IntoInner}; #[stable(feature = "time", since = "1.3.0")] pub use core::time::Duration; -#[stable(feature = "duration_checked_float", since = "CURRENT_RUSTC_VERSION")] +#[stable(feature = "duration_checked_float", since = "1.66.0")] pub use core::time::TryFromFloatSecsError; /// A measurement of a monotonically nondecreasing clock. |
