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
Currently only chrono 0.4 is required, however use_calender uses chrono::Weekday::days_since which was added in 0.4.38. This causes a compilation error if an earlier version of chrono is used.