Skip to content

Commit

Permalink
Update aesm-client and enclave-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulstrackx committed Jan 23, 2024
1 parent e24f67d commit 4779493
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ members = [
]

[patch.crates-io]
aesm-client = { git = "https://github.com/fortanix/rust-sgx", branch = "raoul/gh-557-update_tokio" }
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" }
enclave-runner = { git = "https://github.com/fortanix/rust-sgx", branch = "raoul/gh-557-update_tokio" }
sgxs = { git = "https://github.com/fortanix/rust-sgx", branch = "raoul/gh-557-update_tokio" }
sgx-isa = { git = "https://github.com/fortanix/rust-sgx", branch = "raoul/gh-557-update_tokio" }
sgxs-loaders = { git = "https://github.com/fortanix/rust-sgx", branch = "raoul/gh-557-update_tokio" }
4 changes: 2 additions & 2 deletions enclave-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2018"

[dependencies]
aesm-client = { version = "0.2", features = ["sgxs"] }
aesm-client = { version = "0.5", features = ["sgxs"] }
clap = "2.0"
enclave-runner = "0.5"
enclave-runner = "0.6"
sgxs-loaders = "0.3.0"

0 comments on commit 4779493

Please sign in to comment.