`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

Reply via email to