You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by GitBox <gi...@apache.org> on 2022/10/14 14:12:04 UTC

[GitHub] [incubator-teaclave-trustzone-sdk] HakonToemte opened a new issue, #98: Error: Unresolved import 'self::inner'

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-unsubscribe@teaclave.apache.org.apache.org

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


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