From d192b9c948dbfd4ba014de979f6c4e4a50709c65 Mon Sep 17 00:00:00 2001 From: "zongmin.gu" Date: Mon, 1 Mar 2021 13:14:54 +0800 Subject: [PATCH] Update SGX Rust SDK to 2.13 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 44114bf1..04547a9a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "deps/rust-sgx-sdk"] path = deps/rust-sgx-sdk url = https://github.com/occlum/incubator-teaclave-sgx-sdk.git - branch = sgx_2.11_for_occlum + branch = sgx_2.13_for_occlum [submodule "deps/sefs"] path = deps/sefs url = https://github.com/occlum/sefs.git