|
2 | 2 | alloc = {} |
3 | 3 |
|
4 | 4 | [dependencies.sgx_types] |
5 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 5 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
| 6 | +stage = 1 |
| 7 | + |
| 8 | +[dependencies.sgx_alloc] |
| 9 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
| 10 | +stage = 1 |
| 11 | + |
| 12 | +[dependencies.sgx_unwind] |
| 13 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
6 | 14 | stage = 1 |
7 | 15 |
|
8 | 16 | [dependencies.sgx_demangle] |
9 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 17 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
10 | 18 | stage = 1 |
11 | 19 |
|
12 | 20 | [dependencies.panic_abort] |
13 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 21 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
14 | 22 | stage = 1 |
15 | 23 |
|
16 | 24 | [dependencies.sgx_libc] |
17 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 25 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
18 | 26 | stage = 2 |
19 | 27 |
|
20 | 28 | [dependencies.sgx_tkey_exchange] |
21 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
22 | | -stage = 2 |
23 | | - |
24 | | -[dependencies.sgx_tservice] |
25 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 29 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
26 | 30 | stage = 2 |
27 | 31 |
|
28 | 32 | [dependencies.sgx_tse] |
29 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 33 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
30 | 34 | stage = 2 |
31 | 35 |
|
32 | 36 | [dependencies.sgx_tcrypto] |
33 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 37 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
34 | 38 | stage = 2 |
35 | 39 |
|
36 | 40 | [dependencies.sgx_trts] |
37 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 41 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
38 | 42 | stage = 3 |
39 | 43 |
|
40 | 44 | [dependencies.sgx_backtrace_sys] |
41 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 45 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
42 | 46 | stage = 3 |
43 | 47 |
|
44 | | -[dependencies.sgx_unwind] |
45 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
46 | | -stage = 4 |
| 48 | +[dependencies.panic_unwind] |
| 49 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
| 50 | +stage = 3 |
47 | 51 |
|
48 | 52 | [dependencies.sgx_tdh] |
49 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 53 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
50 | 54 | stage = 4 |
51 | 55 |
|
52 | 56 | [dependencies.sgx_tseal] |
53 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 57 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
54 | 58 | stage = 4 |
55 | 59 |
|
56 | 60 | [dependencies.sgx_tprotected_fs] |
57 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
58 | | -stage = 4 |
59 | | - |
60 | | -[dependencies.sgx_alloc] |
61 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 61 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
62 | 62 | stage = 4 |
63 | 63 |
|
64 | | -[dependencies.panic_unwind] |
65 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 64 | +[dependencies.std] |
| 65 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
66 | 66 | stage = 5 |
| 67 | +features = ["backtrace"] |
67 | 68 |
|
68 | | -[dependencies.std] |
69 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
70 | | -stage = 6 |
| 69 | +[dependencies.sgx_no_tstd] |
| 70 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
| 71 | +stage = 5 |
71 | 72 |
|
72 | 73 | [dependencies.sgx_rand] |
73 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
74 | | -stage = 7 |
| 74 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
| 75 | +stage = 6 |
75 | 76 |
|
76 | 77 | [dependencies.sgx_serialize] |
77 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
78 | | -stage = 7 |
| 78 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
| 79 | +stage = 6 |
79 | 80 |
|
80 | 81 | [dependencies.sgx_tunittest] |
81 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
82 | | -stage = 7 |
| 82 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
| 83 | +stage = 6 |
83 | 84 |
|
84 | 85 | [dependencies.sgx_backtrace] |
85 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
86 | | -stage = 8 |
| 86 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
| 87 | +stage = 7 |
87 | 88 |
|
88 | 89 | [dependencies.sgx_cov] |
89 | | -git = "https://github.com/baidu/rust-sgx-sdk.git" |
90 | | -stage = 8 |
| 90 | +git = "https://github.com/apache/teaclave-sgx-sdk.git" |
| 91 | +stage = 7 |
0 commit comments