Closed sammyne closed 4 years ago
To make all consistent, let declare sgx_tstd
dependency like this:
sgx_tstd = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk.git", tag = "v1.1.1", optional = true }
or
[dependencies.sgx_types]
git = "https://github.com/apache/teaclave-sgx-sdk.git"
optional = true
tag = "v1.1.1"
Now, it should be ready @mssun
Merged. Thank you!
Add Crates
Description
Add thread-id@v3.3.0
Crate Meta
NOTICES
The original project failed to compile when upgrading to rust 2018, so this commit consists of two commits
Hence, the Diff of Changes reported below is the difference of 2 from 1.
About Test
Tests can't be ported due to missing SGX counterpart for sync primitives such as the
mpsc
module.Diff of Changes