Skip to content

Commit

Permalink
Address reviewer comments
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulstrackx committed Jan 18, 2024
1 parent bac53b6 commit 4799528
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ members = [
]

[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" }
6 changes: 3 additions & 3 deletions tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ features = ["full", "test-util"]

# 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"

0 comments on commit 4799528

Please sign in to comment.