File tree Expand file tree Collapse file tree 6 files changed +2
-2
lines changed
Expand file tree Collapse file tree 6 files changed +2
-2
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ untrusted_fs = []
171171untrusted_time = []
172172
173173[build-dependencies ]
174- sgx_build_helper = { path = " ../build_helper " }
174+ sgx_build_helper = { path = " ../sgx_build_helper " }
175175
176176[target .'cfg(not(target_env = "sgx"))' .dependencies ]
177177sgx_types = { path = " ../sgx_types" }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ untrusted_time = []
1919use_builtin_ocalls = []
2020
2121[build-dependencies ]
22- sgx_build_helper = { path = " ../../build_helper " }
22+ sgx_build_helper = { path = " ../../sgx_build_helper " }
2323
2424[dependencies ]
2525sgx_types = { path = " ../../sgx_types" }
You can’t perform that action at this time.
0 commit comments