diff --git a/Cargo.toml b/Cargo.toml index 1b91e640a96..abe73eac4e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,8 @@ members = [ config = "spellcheck.toml" [patch.crates-io] -mio = { git = "https://github.com/vn971/mio", branch = "raoul/sgx-port-0.8.9" } -enclave-runner = { git = "https://github.com/vn971/rust-sgx", branch = "vas/async-usercalls-scratch" } -sgxs = { git = "https://github.com/vn971/rust-sgx", branch = "vas/async-usercalls-scratch" } -sgx-isa = { git = "https://github.com/vn971/rust-sgx", branch = "vas/async-usercalls-scratch" } -sgxs-loaders = { git = "https://github.com/vn971/rust-sgx", branch = "vas/async-usercalls-scratch" } +mio = { git = "https://github.com/fortanix/mio", branch = "raoul/sgx-port-0.8.9" } +enclave-runner = { git = "https://github.com/fortanix/rust-sgx", branch = "master" } +sgxs = { git = "https://github.com/fortanix/rust-sgx", branch = "master" } +sgx-isa = { git = "https://github.com/fortanix/rust-sgx", branch = "master" } +sgxs-loaders = { git = "https://github.com/fortanix/rust-sgx", branch = "master" } diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index 7f4065a729e..cd3b79afdc9 100644 --- a/tokio/Cargo.toml +++ b/tokio/Cargo.toml @@ -189,7 +189,7 @@ allowed_external_types = [ # set number of threads so tests can run properly [package.metadata.fortanix-sgx] -threads=100 -heap-size=0x4000000 -stack-size=0x40000 +threads = 100 +heap-size = 0x4000000 +stack-size = 0x40000 runner = "enclave-runner"