You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling sinex v0.1.0 (/Users/lanch/Desktop/Dev/rinex/sinex)
warning: use of deprecated associated function `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
--> sinex/src/datetime.rs:20:11
|
20 | Ok(dt.and_hms(h as u32, m as u32, s as u32))
| ^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
The text was updated successfully, but these errors were encountered:
With chrono 0.4.23 some functions are deprecated: chronotope/chrono#827
The text was updated successfully, but these errors were encountered: