Skip to content

Commit

Permalink
Bump crate versions for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
Jethro Beekman committed May 20, 2020
1 parent bb0eee8 commit 08887a2
Show file tree
Hide file tree
Showing 13 changed files with 54 additions and 48 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion aesm-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ protoc-rust = "2.8.0" # MIT/Apache-2.0

[dev-dependencies]
sgx-isa = { version = "0.3.0", path = "../sgx-isa" }
"report-test" = { version = "0.3.0", path = "../report-test" }
"report-test" = { version = "0.3.1", path = "../report-test" }
"sgxs-loaders" = { version = "0.2.0", path = "../sgxs-loaders" }
2 changes: 1 addition & 1 deletion dcap-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ crate-type = ["cdylib"]
[dependencies]
# Project dependencies
"dcap-ql" = { version = "0.3.0", path = "../dcap-ql", features = ["link"] }
"report-test" = { version = "0.3.0", path = "../report-test" }
"report-test" = { version = "0.3.1", path = "../report-test" }

# External dependencies
byteorder = "1.1.0" # Unlicense/MIT
Expand Down
2 changes: 1 addition & 1 deletion dcap-ql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ yasna = { version = "0.3", features = ["num-bigint", "bit-vec"], optional = true

[dev-dependencies]
"mbedtls" = { version = "0.5.1" }
"report-test" = { version = "0.3.0", path = "../report-test" }
"report-test" = { version = "0.3.1", path = "../report-test" }
"sgxs" = { version = "0.7.0", path = "../sgxs" }
serde = { version = "1.0.104", features = ["derive"] }
serde_json = { version = "1.0" }
2 changes: 1 addition & 1 deletion dcap-retrieve-pckid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ categories = ["command-line-utilities"]
# Project dependencies
"aesm-client" = { version = "0.5.0", path = "../aesm-client", features = ["sgxs"] }
"dcap-ql" = { version = "0.3.0", path = "../dcap-ql", default-features = false }
"report-test" = { version = "0.3.0", path = "../report-test" }
"report-test" = { version = "0.3.1", path = "../report-test" }
"sgx-isa" = { version = "0.3.0", path = "../sgx-isa" }
"sgxs-loaders" = { version = "0.2.0", path = "../sgxs-loaders" }
16 changes: 11 additions & 5 deletions doc/FORTANIX-SGX-ABI.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Fortanix SGX ABI v0.3.2
# Fortanix SGX ABI v0.3.3

This document describes the ABI of SGX enclaves built using `libenclave`.
This document describes the ABI of SGX enclaves for the
x86_64-fortanix-unknown-sgx target.

## ABI version compatibility

| ABI version | Rust std version | enclave-runner version |
| -----------:| ----------------:| ----------------------:|
| 0.3.2 | 50f3d6e.. | 0.1.0~0.3.1 |
| 0.3.1 | bd47d68.. | 0.1.0~0.3.1 |
| 0.3.0 | 15a2607.. | 0.1.0~0.3.1 |
| 0.3.2~0.3.3 | 50f3d6e.. | 0.1.0~0.4.0 |
| 0.3.1 | bd47d68.. | 0.1.0~0.4.0 |
| 0.3.0 | 15a2607.. | 0.1.0~0.4.0 |

| ABI version | libenclave version | enclave-interface version |
| -----------:| ------------------:| -------------------------:|
Expand All @@ -21,6 +22,11 @@ This document describes the ABI of SGX enclaves built using `libenclave`.

### Changelog

#### Version 0.3.3

* *No semantic changes.*
* Documentation-only release

#### Version 0.3.2

* *No semantic changes.*
Expand Down
2 changes: 1 addition & 1 deletion enclave-runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "enclave-runner"
version = "0.3.0"
version = "0.4.0"
authors = ["Fortanix, Inc."]
license = "MPL-2.0"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion fortanix-sgx-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ categories = ["development-tools::build-utils", "command-line-utilities"]
# Project dependencies
aesm-client = { version = "0.5.0", path = "../aesm-client", features = ["sgxs"] }
sgxs-loaders = { version = "0.2.0", path = "../sgxs-loaders" }
enclave-runner = { version = "0.3.0", path = "../enclave-runner" }
enclave-runner = { version = "0.4.0", path = "../enclave-runner" }
sgxs = { version = "0.7.0", path = "../sgxs" }
sgx-isa = { version = "0.3.0", path = "../sgx-isa" }

Expand Down
4 changes: 2 additions & 2 deletions report-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "report-test"
version = "0.3.0"
version = "0.3.1"
authors = ["Fortanix, Inc."]
license = "MPL-2.0"
description = """
Expand All @@ -16,7 +16,7 @@ categories = ["development-tools"]

[dependencies]
# Project dependencies
"enclave-runner" = { version = "0.3.0", path = "../enclave-runner" }
"enclave-runner" = { version = "0.4.0", path = "../enclave-runner" }
"sgxs" = { version = "0.7.0", path = "../sgxs" }
"sgx-isa" = { version = "0.3.0", path = "../sgx-isa" }

Expand Down
2 changes: 1 addition & 1 deletion rs-libc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rs-libc"
version = "0.2.0"
version = "0.2.1"
authors = ["Fortanix, Inc."]
license-file = "LICENSE"
description = """
Expand Down
2 changes: 1 addition & 1 deletion sgx-isa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sgx-isa"
version = "0.3.1"
version = "0.3.2"
authors = ["Fortanix, Inc."]
license = "MPL-2.0"
description = """
Expand Down
2 changes: 1 addition & 1 deletion sgxs-loaders/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sgxs-loaders"
version = "0.2.1"
version = "0.2.2"
authors = ["Fortanix, Inc."]
license = "MPL-2.0"
description = """
Expand Down
6 changes: 3 additions & 3 deletions sgxs-tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sgxs-tools"
version = "0.8.1"
version = "0.8.2"
authors = ["Fortanix, Inc."]
license = "MPL-2.0"
description = """
Expand Down Expand Up @@ -33,8 +33,8 @@ path = "src/sgx_detect/main.rs"
"sgxs-loaders" = { version = "0.2.0", path = "../sgxs-loaders" }
"aesm-client" = { version = "0.5.0", path = "../aesm-client", features = ["sgxs"] }
"sgx-isa" = { version = "0.3.0", path = "../sgx-isa" }
"report-test" = { version = "0.3.0", path = "../report-test" }
"enclave-runner" = { version = "0.3.0", path = "../enclave-runner" }
"report-test" = { version = "0.3.1", path = "../report-test" }
"enclave-runner" = { version = "0.4.0", path = "../enclave-runner" }

# External dependencies
lazy_static = "1" # MIT/Apache-2.0
Expand Down

0 comments on commit 08887a2

Please sign in to comment.