HakonToemte opened a new issue, #98:
URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/98

   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:
   
![image](https://user-images.githubusercontent.com/55509202/195855029-1c287cfd-4f80-4dad-85da-6c4a6c88a854.png)
   
   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:
   > [dependencies]
   chrono = "0.4.22"
   libc = { path = "../../../rust/libc" }
   proto = { path = "../proto" }
   optee-utee-sys = { path = "../../../optee-utee/optee-utee-sys" }
   optee-utee = { path = "../../../optee-utee" }
   serde = { version = "1.0", features = ["derive"] }
   serde_json = "1.0"
   
   Any idea what could be the source of this?
   Thanks again :)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org

Reply via email to