From a72677ae94e80ef27753b89b3986778931c7ff82 Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Tue, 11 Feb 2025 12:17:16 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1d880f..1f96251 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Follow the steps below to use Automata SGX SDK: 3. Update the `app/Cargo.toml` file as follows. - Explanation for the avaibale options of `package.metadata.sgx`: + Explanation for the available options of `package.metadata.sgx`: - `path`: (required) Path to the enclave crate. - `config`: (required) Path to the enclave configuration file. - `edl`: (required) Path to the enclave EDL file. From ff9150f3dcaa4eea4361486ed1c8fef7a4b2ed20 Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Tue, 11 Feb 2025 12:17:50 +0100 Subject: [PATCH 2/2] Update std_app.rs --- build-script/src/std_app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-script/src/std_app.rs b/build-script/src/std_app.rs index e860236..5bd7d21 100644 --- a/build-script/src/std_app.rs +++ b/build-script/src/std_app.rs @@ -40,7 +40,7 @@ pub fn build_std_app() { ); // println!("cargo:rerun-if-env-changed=CARGO_BUILD"); // if std::env::var("CARGO_BUILD") != Ok("1".to_owned()) { - // let note = ["set CARGO_BUILD=1 to enable compatibility mode.", "or you can add automata_sgx_builder::enalbe_compatibility_mode(); to the build script."]; + // let note = ["set CARGO_BUILD=1 to enable compatibility mode.", "or you can add automata_sgx_builder::enable_compatibility_mode(); to the build script."]; // println!("cargo:warning=NOTICE:\n\nset CARGO_BUILD=1 to enable compatibility mode. \n\n\n", "=".repeat(80)); // } println!("cargo:rerun-if-changed=compatibility mode");