```shell
error: duplicate lang item in crate `sgx_tstd` (which `testenclave` depends
on): `f32_runtime`.
|
= note: the lang item is first defined in crate `sgx_tstd` (which `serde`
depends on)
error: duplicate lang item in crate `sgx_tstd` (which `testenclave`` depends
on): `f64_runtime`.
|
= note: the lang item is first defined in crate `sgx_tstd` (which `serde`
depends on)
error: duplicate lang item in crate `sgx_tstd` (which `testenclave`` depends
on): `panic_impl`.
|
= note: the lang item is first defined in crate `sgx_tstd` (which `serde`
depends on)
error: duplicate lang item in crate `sgx_tstd` (which `testenclave`` depends
on): `begin_panic`.
|
= note: the lang item is first defined in crate `sgx_tstd` (which `serde`
depends on)
error: duplicate lang item in crate `sgx_tstd` (which `testenclave`` depends
on): `oom`.
|
= note: the lang item is first defined in crate `sgx_tstd` (which `serde`
depends on)
```
Cargo.toml中使用的是:
serde = { git = "https://github.com/mesalock-linux/serde-sgx" }
serde_derive = { git = "https://github.com/mesalock-linux/serde-sgx" }
--
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/242