From bac53b641617142e26312fc01d0bf8d8f4e84ad7 Mon Sep 17 00:00:00 2001 From: Raoul Strackx Date: Wed, 17 Jan 2024 17:20:28 +0100 Subject: [PATCH] Point to vn971 repo --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1943d4e348f..e3fd1679316 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,8 +17,8 @@ members = [ ] [patch.crates-io] -mio = { git = "https://github.com/fortanix/mio", branch = "raoul/sgx-port-0.8.9" } -enclave-runner = { git = "https://github.com/fortanix/rust-sgx", branch = "vas/async-usercalls-scratch" } -sgxs = { git = "https://github.com/fortanix/rust-sgx", branch = "vas/async-usercalls-scratch" } -sgx-isa = { git = "https://github.com/fortanix/rust-sgx", branch = "vas/async-usercalls-scratch" } -sgxs-loaders = { git = "https://github.com/fortanix/rust-sgx", branch = "vas/async-usercalls-scratch" } +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" }