Skip to content

Commit

Permalink
Merge #261
Browse files Browse the repository at this point in the history
261: Update version in EM-APP r=Goirad a=AdrianCX



Co-authored-by: Adrian Cruceru <[email protected]>
  • Loading branch information
bors[bot] and AdrianCX authored Jun 24, 2020
2 parents 1313833 + 4055ad7 commit abe6c6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion em-app/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions em-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ version = "0.1.0"
authors = ["fortanix.com"]
license = "MPL-2.0"
edition = "2018"
description = "This crate provides a certificate library for Enclave Manager."
description = "Rust EDP application library for Fortanix Enclave Manager"
repository = "https://github.com/fortanix/rust-sgx"
categories = [ "api-bindings" ]
keywords = [ "sgx" ]

[dependencies]
hyper = { version = "0.10", default-features = false }
Expand All @@ -18,5 +20,5 @@ serde_json = "1.0"
sgx-isa = { version="0.3", features=["sgxstd"], default-features=false }

em-node-agent-client = "1.0.0"
sgx_pkix = { path = "../sgx-pkix" }
pkix = { git = "https://github.com/fortanix/pkix.git" }
sgx_pkix = "0.1.0"
pkix = "0.1.1"

0 comments on commit abe6c6c

Please sign in to comment.