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
Hey
I'm trying to add the third party crate chrono to my TA.
After adding chrono = "0.4.22" to my TA Cargo.toml, running "make" inside my example returns this error:
I know it's related to the chrono crate because the example compiles fine when i remove chrono from the toml.
Adding chrono to the CA also compiles fine.
Hey
I'm trying to add the third party crate chrono to my TA.
After adding chrono = "0.4.22" to my TA Cargo.toml, running "make" inside my example returns this error:
I know it's related to the chrono crate because the example compiles fine when i remove chrono from the toml.
Adding chrono to the CA also compiles fine.
My .toml dependencies looks like this:
Any idea what could be the source of this?
Thanks again :)
The text was updated successfully, but these errors were encountered: