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
In #313 we realized that the PSQ crate uses std::time::SystemTime. While there is core::time, it doesn't contain SystemTime. To make psq no_std we need to either
get rid of SystemTime or
hide it behind an std feature
The text was updated successfully, but these errors were encountered:
In #313 we realized that the PSQ crate uses
std::time::SystemTime
. While there iscore::time
, it doesn't containSystemTime
. To make psq no_std we need to eitherSystemTime
orstd
featureThe text was updated successfully, but these errors were encountered: