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
This is described by Chrono as a "SemVer-breaking change, we expect the risk of downstream users experiencing actual incompatibility to be exceedingly limited" chronotope/chrono#1268
cookie.set_expires(time::now() - Duration::days(365));
| ^ no implementation for Tm - chrono::Duration
|
= help: the trait Sub<chrono::Duration> is not implemented for Tm
= help: the following other types implement trait Sub<Rhs>:
<Tm as Subtime::Duration>
This is described by Chrono as a "SemVer-breaking change, we expect the risk of downstream users experiencing actual incompatibility to be exceedingly limited"
chronotope/chrono#1268
cookie.set_expires(time::now() - Duration::days(365));
| ^ no implementation for
Tm - chrono::Duration
|
= help: the trait
Sub<chrono::Duration>
is not implemented forTm
= help: the following other types implement trait
Sub<Rhs>
:<Tm as Subtime::Duration>
https://github.com/actix/actix-web/blob/7880d5e2bf10d872ba340eb2230151479eaea4f4/actix-http/src/cookie/jar.rs#L226C25-L226C25
The text was updated successfully, but these errors were encountered: