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
When using cfg-if version `0.1.9`, compiling fails with the following
error message.
error: expected an item keyword
-->
.../time-0.2.8/src/utc_offset.rs:366:13
|
366 | let tm = timestamp_to_tm(datetime.timestamp())?;
Forcing 0.1.10 fixes this.
Fixes#233
0 commit comments