You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by brenzi <no...@github.com> on 2020/02/29 13:59:42 UTC

Re: [apache/incubator-teaclave-sgx-sdk] confusing no_std issue: duplicate lang item ... (#210)

`cargo nono check` warns about exactly the same crates in both commits 
```
webpki: FAILURE
log: FAILURE
serde_json: FAILURE
sgx-externalities: FAILURE
env_logger: FAILURE
rustls: FAILURE
num-bigint: FAILURE
webpki-roots: FAILURE
substratee-stf: FAILURE
chrono: FAILURE
base64: FAILURE
yasna: FAILURE
serde: FAILURE
bit-vec: FAILURE
rust-base58: FAILURE
```
whereas none of them are dependencies of `pallet-encointer-ceremonies`.

However, `serde` is a `dev-dependency`, but I've already checked if I'm running into [this](https://github.com/rust-lang/cargo/issues/5730) or one of the similar issues. I just removed all dev-dependencies in `pallet-encointer-ceremonies`. To no success
```
serde: FAILURE
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/issues/210#issuecomment-592948349