From 568a1f180f05a7f85d7921bb92cd184ddc98405f Mon Sep 17 00:00:00 2001 From: Nick Santana Date: Thu, 19 Oct 2023 13:33:50 -0700 Subject: [PATCH] (cargo-release) version 0.9.0 --- CHANGELOG.md | 5 +- Cargo.lock | 68 +++++++++++++-------------- capable/Cargo.toml | 12 ++--- capable/README.md | 4 +- capable/sys/Cargo.toml | 8 ++-- capable/sys/README.md | 4 +- capable/sys/types/Cargo.toml | 4 +- capable/sys/types/README.md | 4 +- capable/types/Cargo.toml | 8 ++-- capable/types/README.md | 4 +- core/build/Cargo.toml | 2 +- core/build/README.md | 4 +- core/sys/types/Cargo.toml | 4 +- core/sys/types/README.md | 4 +- core/types/Cargo.toml | 6 +-- core/types/README.md | 4 +- dcap/ql/Cargo.toml | 14 +++--- dcap/ql/README.md | 4 +- dcap/ql/sys/Cargo.toml | 10 ++-- dcap/ql/sys/README.md | 4 +- dcap/ql/sys/types/Cargo.toml | 4 +- dcap/ql/sys/types/README.md | 4 +- dcap/ql/types/Cargo.toml | 6 +-- dcap/ql/types/README.md | 4 +- dcap/quoteverify/Cargo.toml | 16 +++---- dcap/quoteverify/README.md | 4 +- dcap/quoteverify/sys/Cargo.toml | 8 ++-- dcap/quoteverify/sys/README.md | 4 +- dcap/quoteverify/sys/types/Cargo.toml | 6 +-- dcap/quoteverify/sys/types/README.md | 4 +- dcap/quoteverify/types/Cargo.toml | 6 +-- dcap/quoteverify/types/README.md | 4 +- dcap/sys/types/Cargo.toml | 6 +-- dcap/sys/types/README.md | 4 +- dcap/tvl/sys/Cargo.toml | 10 ++-- dcap/tvl/sys/README.md | 4 +- dcap/types/Cargo.toml | 10 ++-- dcap/types/README.md | 4 +- sdk-tools/Cargo.toml | 4 +- sdk-tools/README.md | 4 +- tcrypto/sys/Cargo.toml | 8 ++-- tcrypto/sys/README.md | 4 +- tcrypto/sys/types/Cargo.toml | 4 +- tcrypto/sys/types/README.md | 4 +- trts/Cargo.toml | 4 +- trts/README.md | 4 +- trts/sys/Cargo.toml | 6 +-- trts/sys/README.md | 4 +- tservice/Cargo.toml | 18 +++---- tservice/README.md | 4 +- tservice/sys/Cargo.toml | 8 ++-- tservice/sys/README.md | 4 +- tservice/sys/types/Cargo.toml | 8 ++-- tservice/sys/types/README.md | 4 +- tservice/types/Cargo.toml | 6 +-- tservice/types/README.md | 4 +- tstdc/Cargo.toml | 6 +-- tstdc/README.md | 4 +- tstdc/sys/Cargo.toml | 8 ++-- tstdc/sys/README.md | 4 +- tstdc/sys/types/Cargo.toml | 4 +- tstdc/sys/types/README.md | 4 +- urts/Cargo.toml | 12 ++--- urts/README.md | 4 +- urts/sys/Cargo.toml | 8 ++-- urts/sys/README.md | 4 +- urts/sys/types/Cargo.toml | 6 +-- urts/sys/types/README.md | 4 +- util/Cargo.toml | 2 +- util/README.md | 4 +- 70 files changed, 232 insertions(+), 229 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abaa6ad9..bd5b55fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.9.0] - 2023-10-19 + ### Changed - The SGX SDK version is now 2.21.100.1 @@ -252,7 +254,8 @@ doc builds for: - Initial release of FFI bindings crates -[Unreleased]: https://github.com/mobilecoinfoundation/sgx/compare/v0.8.0...HEAD +[Unreleased]: https://github.com/mobilecoinfoundation/sgx/compare/v0.9.0...HEAD +[0.9.0]: https://github.com/mobilecoinfoundation/sgx/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/mobilecoinfoundation/sgx/compare/v0.7.5...v0.8.0 [0.7.5]: https://github.com/mobilecoinfoundation/sgx/compare/v0.7.4...v0.7.5 [0.7.4]: https://github.com/mobilecoinfoundation/sgx/compare/v0.7.3...v0.7.4 diff --git a/Cargo.lock b/Cargo.lock index 5c688fd1..9baf6b62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -480,7 +480,7 @@ checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" [[package]] name = "mc-sgx-capable" -version = "0.8.0" +version = "0.9.0" dependencies = [ "mc-sgx-capable-sys", "mc-sgx-capable-sys-types", @@ -492,7 +492,7 @@ dependencies = [ [[package]] name = "mc-sgx-capable-sys" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bindgen", "cargo-emit", @@ -503,7 +503,7 @@ dependencies = [ [[package]] name = "mc-sgx-capable-sys-types" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bindgen", "cargo-emit", @@ -512,7 +512,7 @@ dependencies = [ [[package]] name = "mc-sgx-capable-types" -version = "0.8.0" +version = "0.9.0" dependencies = [ "displaydoc", "mc-sgx-capable-sys-types", @@ -524,7 +524,7 @@ dependencies = [ [[package]] name = "mc-sgx-core-build" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bindgen", "cargo-emit", @@ -532,7 +532,7 @@ dependencies = [ [[package]] name = "mc-sgx-core-sys-types" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bindgen", "cargo-emit", @@ -543,7 +543,7 @@ dependencies = [ [[package]] name = "mc-sgx-core-types" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bitflags 2.3.3", "displaydoc", @@ -563,7 +563,7 @@ dependencies = [ [[package]] name = "mc-sgx-dcap-ql" -version = "0.8.0" +version = "0.9.0" dependencies = [ "displaydoc", "mc-sgx-core-sys-types", @@ -580,7 +580,7 @@ dependencies = [ [[package]] name = "mc-sgx-dcap-ql-sys" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bindgen", "cargo-emit", @@ -592,7 +592,7 @@ dependencies = [ [[package]] name = "mc-sgx-dcap-ql-sys-types" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bindgen", "cargo-emit", @@ -601,7 +601,7 @@ dependencies = [ [[package]] name = "mc-sgx-dcap-ql-types" -version = "0.8.0" +version = "0.9.0" dependencies = [ "mc-sgx-core-types", "mc-sgx-dcap-ql-sys-types", @@ -610,7 +610,7 @@ dependencies = [ [[package]] name = "mc-sgx-dcap-quoteverify" -version = "0.8.0" +version = "0.9.0" dependencies = [ "displaydoc", "mc-sgx-dcap-quoteverify-sys", @@ -627,7 +627,7 @@ dependencies = [ [[package]] name = "mc-sgx-dcap-quoteverify-sys" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bindgen", "cargo-emit", @@ -638,7 +638,7 @@ dependencies = [ [[package]] name = "mc-sgx-dcap-quoteverify-sys-types" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bindgen", "cargo-emit", @@ -648,7 +648,7 @@ dependencies = [ [[package]] name = "mc-sgx-dcap-quoteverify-types" -version = "0.8.0" +version = "0.9.0" dependencies = [ "mc-sgx-core-types", "mc-sgx-dcap-quoteverify-sys-types", @@ -657,7 +657,7 @@ dependencies = [ [[package]] name = "mc-sgx-dcap-sys-types" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bindgen", "mc-sgx-core-build", @@ -666,7 +666,7 @@ dependencies = [ [[package]] name = "mc-sgx-dcap-tvl-sys" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bindgen", "cargo-emit", @@ -678,7 +678,7 @@ dependencies = [ [[package]] name = "mc-sgx-dcap-types" -version = "0.8.0" +version = "0.9.0" dependencies = [ "assert_matches", "const-oid", @@ -702,7 +702,7 @@ dependencies = [ [[package]] name = "mc-sgx-sdk-tools" -version = "0.8.0" +version = "0.9.0" dependencies = [ "displaydoc", "mc-sgx-core-build", @@ -711,7 +711,7 @@ dependencies = [ [[package]] name = "mc-sgx-tcrypto-sys" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bindgen", "cargo-emit", @@ -723,7 +723,7 @@ dependencies = [ [[package]] name = "mc-sgx-tcrypto-sys-types" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bindgen", "cargo-emit", @@ -732,14 +732,14 @@ dependencies = [ [[package]] name = "mc-sgx-trts" -version = "0.8.0" +version = "0.9.0" dependencies = [ "mc-sgx-trts-sys", ] [[package]] name = "mc-sgx-trts-sys" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bindgen", "cargo-emit", @@ -749,7 +749,7 @@ dependencies = [ [[package]] name = "mc-sgx-tservice" -version = "0.8.0" +version = "0.9.0" dependencies = [ "displaydoc", "mc-sgx-core-sys-types", @@ -765,7 +765,7 @@ dependencies = [ [[package]] name = "mc-sgx-tservice-sys" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bindgen", "cargo-emit", @@ -776,7 +776,7 @@ dependencies = [ [[package]] name = "mc-sgx-tservice-sys-types" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bindgen", "cargo-emit", @@ -787,7 +787,7 @@ dependencies = [ [[package]] name = "mc-sgx-tservice-types" -version = "0.8.0" +version = "0.9.0" dependencies = [ "mc-sgx-core-types", "mc-sgx-tservice-sys-types", @@ -796,7 +796,7 @@ dependencies = [ [[package]] name = "mc-sgx-tstdc" -version = "0.8.0" +version = "0.9.0" dependencies = [ "displaydoc", "libc", @@ -806,7 +806,7 @@ dependencies = [ [[package]] name = "mc-sgx-tstdc-sys" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bindgen", "cargo-emit", @@ -817,7 +817,7 @@ dependencies = [ [[package]] name = "mc-sgx-tstdc-sys-types" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bindgen", "cargo-emit", @@ -826,7 +826,7 @@ dependencies = [ [[package]] name = "mc-sgx-urts" -version = "0.8.0" +version = "0.9.0" dependencies = [ "mc-sgx-core-sys-types", "mc-sgx-core-types", @@ -837,7 +837,7 @@ dependencies = [ [[package]] name = "mc-sgx-urts-sys" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bindgen", "cargo-emit", @@ -848,7 +848,7 @@ dependencies = [ [[package]] name = "mc-sgx-urts-sys-types" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bindgen", "cargo-emit", @@ -858,7 +858,7 @@ dependencies = [ [[package]] name = "mc-sgx-util" -version = "0.8.0" +version = "0.9.0" [[package]] name = "memchr" diff --git a/capable/Cargo.toml b/capable/Cargo.toml index cea29618..1aa79b9e 100644 --- a/capable/Cargo.toml +++ b/capable/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-capable" -version = "0.8.0" +version = "0.9.0" edition = "2021" authors = ["MobileCoin"] rust-version = "1.62.1" @@ -13,11 +13,11 @@ categories = ["api-bindings", "hardware-support"] keywords = ["sgx"] [dependencies] -mc-sgx-capable-sys = { path = "sys", version = "=0.8.0" } -mc-sgx-capable-sys-types = { path = "sys/types", version = "=0.8.0" } -mc-sgx-capable-types = { path = "types", version = "=0.8.0" } -mc-sgx-core-types = { path = "../core/types", version = "=0.8.0" } -mc-sgx-util = { path = "../util", version = "=0.8.0" } +mc-sgx-capable-sys = { path = "sys", version = "=0.9.0" } +mc-sgx-capable-sys-types = { path = "sys/types", version = "=0.9.0" } +mc-sgx-capable-types = { path = "types", version = "=0.9.0" } +mc-sgx-core-types = { path = "../core/types", version = "=0.9.0" } +mc-sgx-util = { path = "../util", version = "=0.9.0" } [dev-dependencies] yare = "1.0.1" diff --git a/capable/README.md b/capable/README.md index af26eec9..2098b2fd 100644 --- a/capable/README.md +++ b/capable/README.md @@ -17,5 +17,5 @@ Idiomatic rust for the `sgx_capable` library. [crate-link]: https://crates.io/crates/mc-sgx-capable [docs-image]: https://img.shields.io/docsrs/mc-sgx-capable?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-capable -[deps-image]: https://deps.rs/crate/mc-sgx-capable/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-capable/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-capable/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-capable/0.9.0 diff --git a/capable/sys/Cargo.toml b/capable/sys/Cargo.toml index ab103d5c..f132aa61 100644 --- a/capable/sys/Cargo.toml +++ b/capable/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-capable-sys" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["external-ffi-bindings", "hardware-support"] description = "FFI linkage for the `sgx_capable` library." @@ -15,10 +15,10 @@ rust-version = "1.62.1" doctest = false [dependencies] -mc-sgx-capable-sys-types = { path = "types", version = "=0.8.0" } -mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.8.0" } +mc-sgx-capable-sys-types = { path = "types", version = "=0.9.0" } +mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.9.0" } [build-dependencies] bindgen = "0.66.1" cargo-emit = "0.2.1" -mc-sgx-core-build = { path = "../../core/build", version = "=0.8.0" } +mc-sgx-core-build = { path = "../../core/build", version = "=0.9.0" } diff --git a/capable/sys/README.md b/capable/sys/README.md index 2799708d..ddc4a947 100644 --- a/capable/sys/README.md +++ b/capable/sys/README.md @@ -17,5 +17,5 @@ FFI bindings to the `libsgx_capable` library. [crate-link]: https://crates.io/crates/mc-sgx-capable-sys [docs-image]: https://img.shields.io/docsrs/mc-sgx-capable-sys?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-capable-sys -[deps-image]: https://deps.rs/crate/mc-sgx-capable-sys/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-capable-sys/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-capable-sys/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-capable-sys/0.9.0 diff --git a/capable/sys/types/Cargo.toml b/capable/sys/types/Cargo.toml index 51179908..7077f017 100644 --- a/capable/sys/types/Cargo.toml +++ b/capable/sys/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-capable-sys-types" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["external-ffi-bindings", "hardware-support", "no-std"] description = "FFI type definitions used by the `sgx_capable` library." @@ -17,4 +17,4 @@ doctest = false [build-dependencies] bindgen = "0.66.1" cargo-emit = "0.2.1" -mc-sgx-core-build = { path = "../../../core/build", version = "=0.8.0" } +mc-sgx-core-build = { path = "../../../core/build", version = "=0.9.0" } diff --git a/capable/sys/types/README.md b/capable/sys/types/README.md index 6fa448bb..708f4a84 100644 --- a/capable/sys/types/README.md +++ b/capable/sys/types/README.md @@ -17,5 +17,5 @@ FFI types used by the `sgx_capable` library. [chat-link]: https://mobilecoin.chat [docs-image]: https://img.shields.io/docsrs/mc-sgx-capable-sys-types?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-capable-sys-types -[deps-image]: https://deps.rs/crate/mc-sgx-capable-sys-types/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-capable-sys-types/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-capable-sys-types/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-capable-sys-types/0.9.0 diff --git a/capable/types/Cargo.toml b/capable/types/Cargo.toml index a3cd6754..609e2f49 100644 --- a/capable/types/Cargo.toml +++ b/capable/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-capable-types" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["api-bindings", "hardware-support"] description = "Rust wrapper for SGX capabilities types." @@ -16,9 +16,9 @@ default = [] [dependencies] displaydoc = { version = "0.2.3", default-features = false } -mc-sgx-capable-sys-types = { path = "../sys/types", version = "=0.8.0" } -mc-sgx-core-types = { path = "../../core/types", version = "=0.8.0" } -mc-sgx-util = { path = "../../util", version = "=0.8.0" } +mc-sgx-capable-sys-types = { path = "../sys/types", version = "=0.9.0" } +mc-sgx-core-types = { path = "../../core/types", version = "=0.9.0" } +mc-sgx-util = { path = "../../util", version = "=0.9.0" } serde = { version = "1.0", default-features = false, features = ["derive"] } [dev-dependencies] diff --git a/capable/types/README.md b/capable/types/README.md index a4dec15d..226d031c 100644 --- a/capable/types/README.md +++ b/capable/types/README.md @@ -17,5 +17,5 @@ Rust wrappers for types used by the `libsgx_capable` library. [crate-link]: https://crates.io/crates/mc-sgx-capable-types [docs-image]: https://img.shields.io/docsrs/mc-sgx-capable-types?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-capable-types -[deps-image]: https://deps.rs/crate/mc-sgx-capable-types/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-capable-types/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-capable-types/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-capable-types/0.9.0 diff --git a/core/build/Cargo.toml b/core/build/Cargo.toml index 1d444434..c134d6c3 100644 --- a/core/build/Cargo.toml +++ b/core/build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-core-build" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["development-tools"] description = "Build Helpers for SGX FFI Crates" diff --git a/core/build/README.md b/core/build/README.md index 6a62b753..cd29c153 100644 --- a/core/build/README.md +++ b/core/build/README.md @@ -41,5 +41,5 @@ wrappers. [chat-link]: https://mobilecoin.chat [docs-image]: https://img.shields.io/docsrs/mc-sgx-core-build?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-core-build -[deps-image]: https://deps.rs/crate/mc-sgx-core-build/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-core-build/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-core-build/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-core-build/0.9.0 diff --git a/core/sys/types/Cargo.toml b/core/sys/types/Cargo.toml index b463b757..bf19ff93 100644 --- a/core/sys/types/Cargo.toml +++ b/core/sys/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-core-sys-types" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["external-ffi-bindings", "hardware-support", "no-std"] description = "FFI type definitions used by SGX libraries." @@ -21,4 +21,4 @@ serde_with = { version = "3.2", default-features = false, features = ["macros"] [build-dependencies] bindgen = "0.66.1" cargo-emit = "0.2.1" -mc-sgx-core-build = { path = "../../build", version = "=0.8.0" } +mc-sgx-core-build = { path = "../../build", version = "=0.9.0" } diff --git a/core/sys/types/README.md b/core/sys/types/README.md index 406c80a0..954ce43a 100644 --- a/core/sys/types/README.md +++ b/core/sys/types/README.md @@ -17,5 +17,5 @@ Provides FFI types used by various SGX libraries. [chat-link]: https://mobilecoin.chat [docs-image]: https://img.shields.io/docsrs/mc-sgx-core-sys-types?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-core-sys-types -[deps-image]: https://deps.rs/crate/mc-sgx-core-sys-types/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-core-sys-types/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-core-sys-types/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-core-sys-types/0.9.0 diff --git a/core/types/Cargo.toml b/core/types/Cargo.toml index 5b96d221..99b5f310 100644 --- a/core/types/Cargo.toml +++ b/core/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-core-types" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["api-bindings", "hardware-support"] description = "Rust wrapper for common SGX types." @@ -19,8 +19,8 @@ alloc = [] bitflags = "2.0.0" displaydoc = { version = "0.2.3", default-features = false } hex = { version = "0.4.2", default-features = false } -mc-sgx-core-sys-types = { path = "../sys/types", version = "=0.8.0" } -mc-sgx-util = { path = "../../util", version = "=0.8.0" } +mc-sgx-core-sys-types = { path = "../sys/types", version = "=0.9.0" } +mc-sgx-util = { path = "../../util", version = "=0.9.0" } nom = { version = "7.1.2", default-features = false } rand_core = { version = "0.6.4", default-features = false } serde = { version = "1.0", default-features = false, features = ["derive"] } diff --git a/core/types/README.md b/core/types/README.md index 2bca26db..c9d9979c 100644 --- a/core/types/README.md +++ b/core/types/README.md @@ -17,5 +17,5 @@ Idiomatic rust wrappers for common SGX types. [crate-link]: https://crates.io/crates/mc-sgx-core-types [docs-image]: https://img.shields.io/docsrs/mc-sgx-core-types?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-core-types -[deps-image]: https://deps.rs/crate/mc-sgx-core-types/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-core-types/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-core-types/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-core-types/0.9.0 diff --git a/dcap/ql/Cargo.toml b/dcap/ql/Cargo.toml index b4f791a9..458494ec 100644 --- a/dcap/ql/Cargo.toml +++ b/dcap/ql/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-dcap-ql" -version = "0.8.0" +version = "0.9.0" edition = "2021" authors = ["MobileCoin"] rust-version = "1.62.1" @@ -14,12 +14,12 @@ keywords = ["sgx"] [dependencies] displaydoc = { version = "0.2.3", default-features = false } -mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.8.0" } -mc-sgx-core-types = { path = "../../core/types", version = "=0.8.0" } -mc-sgx-dcap-ql-sys = { path = "sys", version = "=0.8.0" } -mc-sgx-dcap-ql-types = { path = "types", version = "=0.8.0" } -mc-sgx-dcap-types = { path = "../types", version = "=0.8.0", features = ["alloc"] } -mc-sgx-util = { path = "../../util", version = "=0.8.0" } +mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.9.0" } +mc-sgx-core-types = { path = "../../core/types", version = "=0.9.0" } +mc-sgx-dcap-ql-sys = { path = "sys", version = "=0.9.0" } +mc-sgx-dcap-ql-types = { path = "types", version = "=0.9.0" } +mc-sgx-dcap-types = { path = "../types", version = "=0.9.0", features = ["alloc"] } +mc-sgx-util = { path = "../../util", version = "=0.9.0" } once_cell = "1.17.0" [features] diff --git a/dcap/ql/README.md b/dcap/ql/README.md index fbf4a4ad..3bc6917b 100644 --- a/dcap/ql/README.md +++ b/dcap/ql/README.md @@ -17,5 +17,5 @@ Idiomatic rust for the `sgx_dcap_ql` library. [crate-link]: https://crates.io/crates/mc-sgx-dcap-ql [docs-image]: https://img.shields.io/docsrs/mc-sgx-dcap-ql?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-dcap-ql -[deps-image]: https://deps.rs/crate/mc-sgx-dcap-ql/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-dcap-ql/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-dcap-ql/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-dcap-ql/0.9.0 diff --git a/dcap/ql/sys/Cargo.toml b/dcap/ql/sys/Cargo.toml index a977764b..3320f037 100644 --- a/dcap/ql/sys/Cargo.toml +++ b/dcap/ql/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-dcap-ql-sys" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["external-ffi-bindings", "hardware-support"] description = "FFI linkage for the `sgx_dcap_ql` library." @@ -16,11 +16,11 @@ rust-version = "1.62.1" doctest = false [dependencies] -mc-sgx-core-sys-types = { path = "../../../core/sys/types", version = "=0.8.0" } -mc-sgx-dcap-ql-sys-types = { path = "types", version = "=0.8.0" } -mc-sgx-dcap-sys-types = { path = "../../sys/types", version = "=0.8.0" } +mc-sgx-core-sys-types = { path = "../../../core/sys/types", version = "=0.9.0" } +mc-sgx-dcap-ql-sys-types = { path = "types", version = "=0.9.0" } +mc-sgx-dcap-sys-types = { path = "../../sys/types", version = "=0.9.0" } [build-dependencies] bindgen = "0.66.1" cargo-emit = "0.2.1" -mc-sgx-core-build = { path = "../../../core/build", version = "=0.8.0" } +mc-sgx-core-build = { path = "../../../core/build", version = "=0.9.0" } diff --git a/dcap/ql/sys/README.md b/dcap/ql/sys/README.md index a4d142dd..cfeb6d3b 100644 --- a/dcap/ql/sys/README.md +++ b/dcap/ql/sys/README.md @@ -17,5 +17,5 @@ FFI linkage for the `sgx_dcap_ql` library. [crate-link]: https://crates.io/crates/mc-sgx-dcap-ql-sys [docs-image]: https://img.shields.io/docsrs/mc-sgx-dcap-ql-sys?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-dcap-ql-sys -[deps-image]: https://deps.rs/crate/mc-sgx-dcap-ql-sys/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-dcap-ql-sys/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-dcap-ql-sys/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-dcap-ql-sys/0.9.0 diff --git a/dcap/ql/sys/types/Cargo.toml b/dcap/ql/sys/types/Cargo.toml index 9a46502a..55e7bc92 100644 --- a/dcap/ql/sys/types/Cargo.toml +++ b/dcap/ql/sys/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-dcap-ql-sys-types" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["external-ffi-bindings", "hardware-support", "no-std"] description = "FFI type definitions for the `sgx_dcap_ql` library." @@ -17,4 +17,4 @@ doctest = false [build-dependencies] bindgen = "0.66.1" cargo-emit = "0.2.1" -mc-sgx-core-build = { path = "../../../../core/build", version = "=0.8.0" } +mc-sgx-core-build = { path = "../../../../core/build", version = "=0.9.0" } diff --git a/dcap/ql/sys/types/README.md b/dcap/ql/sys/types/README.md index de029cac..e0095761 100644 --- a/dcap/ql/sys/types/README.md +++ b/dcap/ql/sys/types/README.md @@ -17,5 +17,5 @@ FFI type definitions used by the `sgx_dcap_ql` library. [chat-link]: https://mobilecoin.chat [docs-image]: https://img.shields.io/docsrs/mc-sgx-dcap-ql-sys-types?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-dcap-ql-sys-types -[deps-image]: https://deps.rs/crate/mc-sgx-dcap-ql-sys-types/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-dcap-ql-sys-types/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-dcap-ql-sys-types/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-dcap-ql-sys-types/0.9.0 diff --git a/dcap/ql/types/Cargo.toml b/dcap/ql/types/Cargo.toml index 52916489..e9fdcc48 100644 --- a/dcap/ql/types/Cargo.toml +++ b/dcap/ql/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-dcap-ql-types" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["api-bindings", "hardware-support"] description = "Rust wrapper for SGX DCAP QuoteLibrary types." @@ -12,8 +12,8 @@ repository = "https://github.com/mobilecoinfoundation/sgx" rust-version = "1.62.1" [dependencies] -mc-sgx-core-types = { path = "../../../core/types", version = "=0.8.0" } -mc-sgx-dcap-ql-sys-types = { path = "../sys/types", version = "=0.8.0" } +mc-sgx-core-types = { path = "../../../core/types", version = "=0.9.0" } +mc-sgx-dcap-ql-sys-types = { path = "../sys/types", version = "=0.9.0" } [dev-dependencies] yare = "1.0.2" diff --git a/dcap/ql/types/README.md b/dcap/ql/types/README.md index 9ad5c756..16dd47b9 100644 --- a/dcap/ql/types/README.md +++ b/dcap/ql/types/README.md @@ -17,5 +17,5 @@ Rust wrappers for types used by the `libsgx_dcap_ql` library. [crate-link]: https://crates.io/crates/mc-sgx-dcap-ql-types [docs-image]: https://img.shields.io/docsrs/mc-sgx-dcap-ql-types?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-dcap-ql-types -[deps-image]: https://deps.rs/crate/mc-sgx-dcap-ql-types/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-dcap-ql-types/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-dcap-ql-types/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-dcap-ql-types/0.9.0 diff --git a/dcap/quoteverify/Cargo.toml b/dcap/quoteverify/Cargo.toml index 871f769a..0978d729 100644 --- a/dcap/quoteverify/Cargo.toml +++ b/dcap/quoteverify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-dcap-quoteverify" -version = "0.8.0" +version = "0.9.0" edition = "2021" authors = ["MobileCoin"] rust-version = "1.62.1" @@ -14,16 +14,16 @@ keywords = ["sgx"] [dependencies] displaydoc = { version = "0.2.3", default-features = false } -mc-sgx-dcap-quoteverify-sys = { path = "sys", version = "=0.8.0" } -mc-sgx-dcap-quoteverify-sys-types = { path = "sys/types", version = "=0.8.0" } -mc-sgx-dcap-quoteverify-types = { path = "types", version = "=0.8.0" } -mc-sgx-dcap-sys-types = { path = "../sys/types", version = "=0.8.0" } -mc-sgx-dcap-types = { path = "../types", version = "=0.8.0", features = ["alloc"] } -mc-sgx-util = { path = "../../util", version = "=0.8.0" } +mc-sgx-dcap-quoteverify-sys = { path = "sys", version = "=0.9.0" } +mc-sgx-dcap-quoteverify-sys-types = { path = "sys/types", version = "=0.9.0" } +mc-sgx-dcap-quoteverify-types = { path = "types", version = "=0.9.0" } +mc-sgx-dcap-sys-types = { path = "../sys/types", version = "=0.9.0" } +mc-sgx-dcap-types = { path = "../types", version = "=0.9.0", features = ["alloc"] } +mc-sgx-util = { path = "../../util", version = "=0.9.0" } once_cell = "1.17.0" [dev-dependencies] -mc-sgx-dcap-sys-types = { path = "../sys/types", version = "=0.8.0" } +mc-sgx-dcap-sys-types = { path = "../sys/types", version = "=0.9.0" } serial_test = { version = "2.0.0", default-features = false } tempfile = "3.7.1" yare = "1.0.1" diff --git a/dcap/quoteverify/README.md b/dcap/quoteverify/README.md index 8b3c19a3..47af97e6 100644 --- a/dcap/quoteverify/README.md +++ b/dcap/quoteverify/README.md @@ -39,8 +39,8 @@ Minimum supported Rust version can be changed in the future, but it will be done [crate-link]: https://crates.io/crates/mc-sgx-dcap-quoteverify [docs-image]: https://img.shields.io/docsrs/mc-sgx-dcap-quoteverify?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-dcap-quoteverify -[deps-image]: https://deps.rs/crate/mc-sgx-dcap-quoteverify/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-dcap-quoteverify/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-dcap-quoteverify/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-dcap-quoteverify/0.9.0 [dcap-reference]: [dcap-repo]: diff --git a/dcap/quoteverify/sys/Cargo.toml b/dcap/quoteverify/sys/Cargo.toml index d38c73e7..fa282185 100644 --- a/dcap/quoteverify/sys/Cargo.toml +++ b/dcap/quoteverify/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-dcap-quoteverify-sys" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["external-ffi-bindings", "hardware-support"] description = "FFI linkage for the `sgx_dcap_quoteverify` library." @@ -16,10 +16,10 @@ rust-version = "1.62.1" doctest = false [dependencies] -mc-sgx-dcap-quoteverify-sys-types = { path = "types", version = "=0.8.0" } -mc-sgx-dcap-sys-types = { path = "../../../dcap/sys/types", version = "=0.8.0" } +mc-sgx-dcap-quoteverify-sys-types = { path = "types", version = "=0.9.0" } +mc-sgx-dcap-sys-types = { path = "../../../dcap/sys/types", version = "=0.9.0" } [build-dependencies] bindgen = "0.66.1" cargo-emit = "0.2.1" -mc-sgx-core-build = { path = "../../../core/build", version = "=0.8.0" } +mc-sgx-core-build = { path = "../../../core/build", version = "=0.9.0" } diff --git a/dcap/quoteverify/sys/README.md b/dcap/quoteverify/sys/README.md index bd55c083..ab62ac17 100644 --- a/dcap/quoteverify/sys/README.md +++ b/dcap/quoteverify/sys/README.md @@ -17,5 +17,5 @@ FFI linkage for the `sgx_dcap_quoteverify` library. [crate-link]: https://crates.io/crates/mc-sgx-dcap-quoteverify-sys [docs-image]: https://img.shields.io/docsrs/mc-sgx-dcap-quoteverify-sys?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-dcap-quoteverify-sys -[deps-image]: https://deps.rs/crate/mc-sgx-dcap-quoteverify-sys/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-dcap-quoteverify-sys/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-dcap-quoteverify-sys/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-dcap-quoteverify-sys/0.9.0 diff --git a/dcap/quoteverify/sys/types/Cargo.toml b/dcap/quoteverify/sys/types/Cargo.toml index b88cfbbc..008f065c 100644 --- a/dcap/quoteverify/sys/types/Cargo.toml +++ b/dcap/quoteverify/sys/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-dcap-quoteverify-sys-types" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["external-ffi-bindings", "hardware-support", "no-std"] description = "FFI type definitions used by the `sgx_dcap_quoteverify` library." @@ -15,9 +15,9 @@ rust-version = "1.62.1" doctest = false [dependencies] -mc-sgx-dcap-sys-types = { path = "../../../sys/types", version = "=0.8.0" } +mc-sgx-dcap-sys-types = { path = "../../../sys/types", version = "=0.9.0" } [build-dependencies] bindgen = "0.66.1" cargo-emit = "0.2.1" -mc-sgx-core-build = { path = "../../../../core/build", version = "=0.8.0" } +mc-sgx-core-build = { path = "../../../../core/build", version = "=0.9.0" } diff --git a/dcap/quoteverify/sys/types/README.md b/dcap/quoteverify/sys/types/README.md index 933b227d..2122e457 100644 --- a/dcap/quoteverify/sys/types/README.md +++ b/dcap/quoteverify/sys/types/README.md @@ -17,5 +17,5 @@ FFI type definitions used by the `sgx_dcap_quoteverify` library. [crate-link]: https://crates.io/crates/mc-sgx-dcap-quoteverify-sys-types [docs-image]: https://img.shields.io/docsrs/mc-sgx-dcap-quoteverify-sys-types?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-dcap-quoteverify-sys-types -[deps-image]: https://deps.rs/crate/mc-sgx-dcap-quoteverify-sys-types/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-dcap-quoteverify-sys-types/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-dcap-quoteverify-sys-types/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-dcap-quoteverify-sys-types/0.9.0 diff --git a/dcap/quoteverify/types/Cargo.toml b/dcap/quoteverify/types/Cargo.toml index b39f4021..55289c95 100644 --- a/dcap/quoteverify/types/Cargo.toml +++ b/dcap/quoteverify/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-dcap-quoteverify-types" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["api-bindings", "hardware-support"] description = "Rust wrapper for `dcap_quoteverify` types." @@ -12,8 +12,8 @@ repository = "https://github.com/mobilecoinfoundation/sgx" rust-version = "1.62.1" [dependencies] -mc-sgx-core-types = { path = "../../../core/types", version = "=0.8.0" } -mc-sgx-dcap-quoteverify-sys-types = { path = "../sys/types", version = "=0.8.0" } +mc-sgx-core-types = { path = "../../../core/types", version = "=0.9.0" } +mc-sgx-dcap-quoteverify-sys-types = { path = "../sys/types", version = "=0.9.0" } [dev-dependencies] yare = "1.0.2" diff --git a/dcap/quoteverify/types/README.md b/dcap/quoteverify/types/README.md index 4cd5eaa3..ef68836a 100644 --- a/dcap/quoteverify/types/README.md +++ b/dcap/quoteverify/types/README.md @@ -37,8 +37,8 @@ Minimum supported Rust version can be changed in the future, but it will be done [crate-link]: https://crates.io/crates/mc-sgx-dcap-quoteverify-types [docs-image]: https://img.shields.io/docsrs/mc-sgx-dcap-quoteverify-types?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-dcap-quoteverify-types -[deps-image]: https://deps.rs/crate/mc-sgx-dcap-quoteverify-types/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-dcap-quoteverify-types/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-dcap-quoteverify-types/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-dcap-quoteverify-types/0.9.0 [dcap-reference]: [dcap-repo]: diff --git a/dcap/sys/types/Cargo.toml b/dcap/sys/types/Cargo.toml index c06789be..aaa6f5b8 100644 --- a/dcap/sys/types/Cargo.toml +++ b/dcap/sys/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-dcap-sys-types" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["external-ffi-bindings", "hardware-support", "no-std"] description = "FFI type definitions for the SGX DCAP libraries." @@ -15,8 +15,8 @@ rust-version = "1.62.1" doctest = false [dependencies] -mc-sgx-core-sys-types = { path = "../../../core/sys/types", version = "=0.8.0" } +mc-sgx-core-sys-types = { path = "../../../core/sys/types", version = "=0.9.0" } [build-dependencies] bindgen = "0.66.1" -mc-sgx-core-build = { path = "../../../core/build", version = "=0.8.0" } +mc-sgx-core-build = { path = "../../../core/build", version = "=0.9.0" } diff --git a/dcap/sys/types/README.md b/dcap/sys/types/README.md index 1f2efdc6..339a16b3 100644 --- a/dcap/sys/types/README.md +++ b/dcap/sys/types/README.md @@ -17,5 +17,5 @@ FFI type definitions used by various DCAP libraries. [crate-link]: https://crates.io/crates/mc-sgx-dcap-sys-types [docs-image]: https://img.shields.io/docsrs/mc-sgx-dcap-sys-types?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-dcap-sys-types -[deps-image]: https://deps.rs/crate/mc-sgx-dcap-sys-types/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-dcap-sys-types/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-dcap-sys-types/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-dcap-sys-types/0.9.0 diff --git a/dcap/tvl/sys/Cargo.toml b/dcap/tvl/sys/Cargo.toml index 7ec8d618..46b3be20 100644 --- a/dcap/tvl/sys/Cargo.toml +++ b/dcap/tvl/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-dcap-tvl-sys" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["external-ffi-bindings", "hardware-support", "no-std"] description = "FFI bindings for `sgx_dcap_tvl`." @@ -18,11 +18,11 @@ test = false doctest = false [dependencies] -mc-sgx-core-sys-types = { path = "../../../core/sys/types", version = "=0.8.0" } -mc-sgx-dcap-quoteverify-sys-types = { path = "../../quoteverify/sys/types", version = "=0.8.0" } -mc-sgx-dcap-sys-types = { path = "../../sys/types", version = "=0.8.0" } +mc-sgx-core-sys-types = { path = "../../../core/sys/types", version = "=0.9.0" } +mc-sgx-dcap-quoteverify-sys-types = { path = "../../quoteverify/sys/types", version = "=0.9.0" } +mc-sgx-dcap-sys-types = { path = "../../sys/types", version = "=0.9.0" } [build-dependencies] bindgen = "0.66.1" cargo-emit = "0.2.1" -mc-sgx-core-build = { path = "../../../core/build", version = "=0.8.0" } +mc-sgx-core-build = { path = "../../../core/build", version = "=0.9.0" } diff --git a/dcap/tvl/sys/README.md b/dcap/tvl/sys/README.md index d7e44e03..7f5d5592 100644 --- a/dcap/tvl/sys/README.md +++ b/dcap/tvl/sys/README.md @@ -17,5 +17,5 @@ FFI linkage for the `sgx_dcap_tvl` library. [crate-link]: https://crates.io/crates/mc-sgx-dcap-tvl-sys [docs-image]: https://img.shields.io/docsrs/mc-sgx-dcap-tvl-sys?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-dcap-tvl-sys -[deps-image]: https://deps.rs/crate/mc-sgx-dcap-tvl-sys/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-dcap-tvl-sys/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-dcap-tvl-sys/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-dcap-tvl-sys/0.9.0 diff --git a/dcap/types/Cargo.toml b/dcap/types/Cargo.toml index e34de2b2..4d62eb64 100644 --- a/dcap/types/Cargo.toml +++ b/dcap/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-dcap-types" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["api-bindings", "hardware-support"] description = "Rust wrapper for common DCAP types." @@ -20,9 +20,9 @@ tcb = ["alloc", "dep:x509-cert", "dep:const-oid", "dep:hex", "serde/alloc"] const-oid = { version = "0.9.2", default-features = false, optional = true } displaydoc = { version = "0.2.3", default-features = false } hex = { version = "0.4.3", default-features = false, features = ["alloc"], optional = true } -mc-sgx-core-types = { path = "../../core/types", version = "=0.8.0" } -mc-sgx-dcap-sys-types = { path = "../sys/types", version = "=0.8.0" } -mc-sgx-util = { path = "../../util", version = "=0.8.0" } +mc-sgx-core-types = { path = "../../core/types", version = "=0.9.0" } +mc-sgx-dcap-sys-types = { path = "../sys/types", version = "=0.9.0" } +mc-sgx-util = { path = "../../util", version = "=0.9.0" } nom = { version = "7.1.2", default-features = false } p256 = { version = "0.13.0", default-features = false, features = ["ecdsa-core", "ecdsa"] } serde = { version = "1.0", default-features = false, features = ["derive"] } @@ -33,7 +33,7 @@ x509-cert = { version = "0.2.3", default-features = false, features = ["pem"], o [dev-dependencies] assert_matches = "1.5.0" -mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.8.0" } +mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.9.0" } serde_cbor = "0.11.2" textwrap = "0.16.0" x509-cert = { version = "0.2.3", default-features = false, features = ["pem"] } diff --git a/dcap/types/README.md b/dcap/types/README.md index a1d7c623..c1a2442f 100644 --- a/dcap/types/README.md +++ b/dcap/types/README.md @@ -17,5 +17,5 @@ Idiomatic rust wrappers for common DCAP types. [crate-link]: https://crates.io/crates/mc-sgx-dcap-types [docs-image]: https://img.shields.io/docsrs/mc-sgx-dcap-types?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-dcap-types -[deps-image]: https://deps.rs/crate/mc-sgx-dcap-types/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-dcap-types/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-dcap-types/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-dcap-types/0.9.0 diff --git a/sdk-tools/Cargo.toml b/sdk-tools/Cargo.toml index 2f2fa80e..ce8df4b1 100644 --- a/sdk-tools/Cargo.toml +++ b/sdk-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-sdk-tools" -version = "0.8.0" +version = "0.9.0" edition = "2021" authors = ["MobileCoin"] rust-version = "1.65" @@ -13,7 +13,7 @@ keywords = ["build", "sgx"] [dependencies] displaydoc = "0.2.3" -mc-sgx-core-build = { path = "../core/build", version = "=0.8.0" } +mc-sgx-core-build = { path = "../core/build", version = "=0.9.0" } [dev-dependencies] tempfile = "3.7.1" diff --git a/sdk-tools/README.md b/sdk-tools/README.md index cbe1eb62..babe37a4 100644 --- a/sdk-tools/README.md +++ b/sdk-tools/README.md @@ -17,5 +17,5 @@ Tools for building SGX enclaves [crate-link]: https://crates.io/crates/mc-sgx-sdk-tools [docs-image]: https://img.shields.io/docsrs/mc-sgx-sdk-tools?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-sdk-tools -[deps-image]: https://deps.rs/crate/mc-sgx-sdk-tools/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-sdk-tools/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-sdk-tools/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-sdk-tools/0.9.0 diff --git a/tcrypto/sys/Cargo.toml b/tcrypto/sys/Cargo.toml index 41bcdadf..c815de66 100644 --- a/tcrypto/sys/Cargo.toml +++ b/tcrypto/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-tcrypto-sys" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["external-ffi-bindings", "hardware-support", "no-std"] description = "FFI bindings for `sgx_tcrypto`." @@ -16,8 +16,8 @@ rust-version = "1.62.1" doctest = false [dependencies] -mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.8.0" } -mc-sgx-tcrypto-sys-types = { path = "types", version = "=0.8.0" } +mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.9.0" } +mc-sgx-tcrypto-sys-types = { path = "types", version = "=0.9.0" } [dev-dependencies] sha2 = "0.10.6" @@ -25,4 +25,4 @@ sha2 = "0.10.6" [build-dependencies] bindgen = "0.66.1" cargo-emit = "0.2.1" -mc-sgx-core-build = { path = "../../core/build", version = "=0.8.0" } +mc-sgx-core-build = { path = "../../core/build", version = "=0.9.0" } diff --git a/tcrypto/sys/README.md b/tcrypto/sys/README.md index 7c3715f1..827f2e35 100644 --- a/tcrypto/sys/README.md +++ b/tcrypto/sys/README.md @@ -17,5 +17,5 @@ FFI linkage for the `sgx_tcrypto` library. [crate-link]: https://crates.io/crates/mc-sgx-tcrypto-sys [docs-image]: https://img.shields.io/docsrs/mc-sgx-tcrypto-sys?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-tcrypto-sys -[deps-image]: https://deps.rs/crate/mc-sgx-tcrypto-sys/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-tcrypto-sys/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-tcrypto-sys/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-tcrypto-sys/0.9.0 diff --git a/tcrypto/sys/types/Cargo.toml b/tcrypto/sys/types/Cargo.toml index 3c9667a1..d478a3fe 100644 --- a/tcrypto/sys/types/Cargo.toml +++ b/tcrypto/sys/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-tcrypto-sys-types" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["external-ffi-bindings", "hardware-support", "no-std"] description = "FFI type definitions used by `sgx_tcrypto`." @@ -17,4 +17,4 @@ doctest = false [build-dependencies] bindgen = "0.66.1" cargo-emit = "0.2.1" -mc-sgx-core-build = { path = "../../../core/build", version = "=0.8.0" } +mc-sgx-core-build = { path = "../../../core/build", version = "=0.9.0" } diff --git a/tcrypto/sys/types/README.md b/tcrypto/sys/types/README.md index 13835db1..818f504a 100644 --- a/tcrypto/sys/types/README.md +++ b/tcrypto/sys/types/README.md @@ -17,5 +17,5 @@ FFI type definitions used by the `sgx_tcrypto` library. [crate-link]: https://crates.io/crates/mc-sgx-tcrypto-sys-types [docs-image]: https://img.shields.io/docsrs/mc-sgx-tcrypto-sys-types?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-tcrypto-sys-types -[deps-image]: https://deps.rs/crate/mc-sgx-tcrypto-sys-types/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-tcrypto-sys-types/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-tcrypto-sys-types/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-tcrypto-sys-types/0.9.0 diff --git a/trts/Cargo.toml b/trts/Cargo.toml index 7ddca5bc..f90bef1c 100644 --- a/trts/Cargo.toml +++ b/trts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-trts" -version = "0.8.0" +version = "0.9.0" edition = "2021" authors = ["MobileCoin"] rust-version = "1.62.1" @@ -18,4 +18,4 @@ test = false doctest = false [dependencies] -mc-sgx-trts-sys = { path = "sys", version = "=0.8.0" } +mc-sgx-trts-sys = { path = "sys", version = "=0.9.0" } diff --git a/trts/README.md b/trts/README.md index 77528de3..e44c62a3 100644 --- a/trts/README.md +++ b/trts/README.md @@ -17,5 +17,5 @@ Idiomatic rust for the `sgx_trts` library. [crate-link]: https://crates.io/crates/mc-sgx-trts [docs-image]: https://img.shields.io/docsrs/mc-sgx-trts?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-trts -[deps-image]: https://deps.rs/crate/mc-sgx-trts/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-trts/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-trts/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-trts/0.9.0 diff --git a/trts/sys/Cargo.toml b/trts/sys/Cargo.toml index 131544f1..d0e10647 100644 --- a/trts/sys/Cargo.toml +++ b/trts/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-trts-sys" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["external-ffi-bindings", "hardware-support", "no-std"] description = "FFI bindings for `sgx_trts`." @@ -22,9 +22,9 @@ default = [] sim = [] [dependencies] -mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.8.0" } +mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.9.0" } [build-dependencies] bindgen = "0.66.1" cargo-emit = "0.2.1" -mc-sgx-core-build = { path = "../../core/build", version = "=0.8.0" } +mc-sgx-core-build = { path = "../../core/build", version = "=0.9.0" } diff --git a/trts/sys/README.md b/trts/sys/README.md index 66c30f09..8fff9913 100644 --- a/trts/sys/README.md +++ b/trts/sys/README.md @@ -54,5 +54,5 @@ the `sim` feature is present the simulation SGX libraries will be linked in. [crate-link]: https://crates.io/crates/mc-sgx-trts-sys [docs-image]: https://img.shields.io/docsrs/mc-sgx-trts-sys?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-trts-sys -[deps-image]: https://deps.rs/crate/mc-sgx-trts-sys/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-trts-sys/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-trts-sys/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-trts-sys/0.9.0 diff --git a/tservice/Cargo.toml b/tservice/Cargo.toml index 7aa542e6..3d9351b1 100644 --- a/tservice/Cargo.toml +++ b/tservice/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-tservice" -version = "0.8.0" +version = "0.9.0" edition = "2021" authors = ["MobileCoin"] rust-version = "1.62.1" @@ -18,15 +18,15 @@ doctest = false [dependencies] displaydoc = { version = "0.2.3", default-features = false } -mc-sgx-core-sys-types = { path = "../core/sys/types", version = "=0.8.0" } -mc-sgx-core-types = { path = "../core/types", version = "=0.8.0" } -mc-sgx-trts = { path = "../trts", version = "=0.8.0" } -mc-sgx-tservice-sys = { path = "sys", version = "=0.8.0" } -mc-sgx-tservice-sys-types = { path = "sys/types", version = "=0.8.0" } -mc-sgx-tservice-types = { path = "types", version = "=0.8.0", features = [ "alloc" ] } -mc-sgx-util = { path = "../util", version = "=0.8.0" } +mc-sgx-core-sys-types = { path = "../core/sys/types", version = "=0.9.0" } +mc-sgx-core-types = { path = "../core/types", version = "=0.9.0" } +mc-sgx-trts = { path = "../trts", version = "=0.9.0" } +mc-sgx-tservice-sys = { path = "sys", version = "=0.9.0" } +mc-sgx-tservice-sys-types = { path = "sys/types", version = "=0.9.0" } +mc-sgx-tservice-types = { path = "types", version = "=0.9.0", features = [ "alloc" ] } +mc-sgx-util = { path = "../util", version = "=0.9.0" } serde = { version = "1.0", default-features = false, features = ["derive", "alloc"] } [dev-dependencies] -mc-sgx-tservice-types = { path = "types", version = "=0.8.0", features = [ "test-utils" ] } +mc-sgx-tservice-types = { path = "types", version = "=0.9.0", features = [ "test-utils" ] } yare = "1.0.2" diff --git a/tservice/README.md b/tservice/README.md index 7f5b2eb0..6c0ef466 100644 --- a/tservice/README.md +++ b/tservice/README.md @@ -17,5 +17,5 @@ Idiomatic rust for the `sgx_tservice` library. [crate-link]: https://crates.io/crates/mc-sgx-tservice [docs-image]: https://img.shields.io/docsrs/mc-sgx-tservice?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-tservice -[deps-image]: https://deps.rs/crate/mc-sgx-tservice/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-tservice/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-tservice/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-tservice/0.9.0 diff --git a/tservice/sys/Cargo.toml b/tservice/sys/Cargo.toml index 736afa9d..4cbdaeaf 100644 --- a/tservice/sys/Cargo.toml +++ b/tservice/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-tservice-sys" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["external-ffi-bindings", "hardware-support", "no-std"] description = "FFI bindings for `sgx_tservice`." @@ -16,10 +16,10 @@ rust-version = "1.62.1" doctest = false [dependencies] -mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.8.0" } -mc-sgx-tservice-sys-types = { path = "types", version = "=0.8.0" } +mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.9.0" } +mc-sgx-tservice-sys-types = { path = "types", version = "=0.9.0" } [build-dependencies] bindgen = "0.66.1" cargo-emit = "0.2.1" -mc-sgx-core-build = { path = "../../core/build", version = "=0.8.0" } +mc-sgx-core-build = { path = "../../core/build", version = "=0.9.0" } diff --git a/tservice/sys/README.md b/tservice/sys/README.md index 2bc2e3b8..f7622c92 100644 --- a/tservice/sys/README.md +++ b/tservice/sys/README.md @@ -17,5 +17,5 @@ FFI linkage for the `sgx_tservice` library. [crate-link]: https://crates.io/crates/mc-sgx-tservice-sys [docs-image]: https://img.shields.io/docsrs/mc-sgx-tservice-sys?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-tservice-sys -[deps-image]: https://deps.rs/crate/mc-sgx-tservice-sys/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-tservice-sys/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-tservice-sys/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-tservice-sys/0.9.0 diff --git a/tservice/sys/types/Cargo.toml b/tservice/sys/types/Cargo.toml index ab0556b9..6301a7c6 100644 --- a/tservice/sys/types/Cargo.toml +++ b/tservice/sys/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-tservice-sys-types" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["external-ffi-bindings", "hardware-support", "no-std"] description = "FFI type definitions for `sgx_tservice`." @@ -15,10 +15,10 @@ rust-version = "1.62.1" doctest = false [dependencies] -mc-sgx-core-sys-types = { path = "../../../core/sys/types", version = "=0.8.0" } -mc-sgx-tcrypto-sys-types = { path = "../../../tcrypto/sys/types", version = "=0.8.0" } +mc-sgx-core-sys-types = { path = "../../../core/sys/types", version = "=0.9.0" } +mc-sgx-tcrypto-sys-types = { path = "../../../tcrypto/sys/types", version = "=0.9.0" } [build-dependencies] bindgen = "0.66.1" cargo-emit = "0.2.1" -mc-sgx-core-build = { path = "../../../core/build", version = "=0.8.0" } +mc-sgx-core-build = { path = "../../../core/build", version = "=0.9.0" } diff --git a/tservice/sys/types/README.md b/tservice/sys/types/README.md index 21b4fe1b..d8bab63e 100644 --- a/tservice/sys/types/README.md +++ b/tservice/sys/types/README.md @@ -17,5 +17,5 @@ FFI type definitions used by the `sgx_tservice` library. [crate-link]: https://crates.io/crates/mc-sgx-tservice-sys-types [docs-image]: https://img.shields.io/docsrs/mc-sgx-tservice-sys-types?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-tservice-sys-types -[deps-image]: https://deps.rs/crate/mc-sgx-tservice-sys-types/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-tservice-sys-types/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-tservice-sys-types/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-tservice-sys-types/0.9.0 diff --git a/tservice/types/Cargo.toml b/tservice/types/Cargo.toml index c525645c..28d0e795 100644 --- a/tservice/types/Cargo.toml +++ b/tservice/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-tservice-types" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["api-bindings", "hardware-support"] description = "Rust wrapper for SGX trusted service types." @@ -17,8 +17,8 @@ alloc = [] test-utils = [] [dependencies] -mc-sgx-core-types = { path = "../../core/types", version = "=0.8.0" } -mc-sgx-tservice-sys-types = { path = "../sys/types", version = "=0.8.0" } +mc-sgx-core-types = { path = "../../core/types", version = "=0.9.0" } +mc-sgx-tservice-sys-types = { path = "../sys/types", version = "=0.9.0" } [dev-dependencies] yare = "1.0.2" diff --git a/tservice/types/README.md b/tservice/types/README.md index 7ec10256..be656f36 100644 --- a/tservice/types/README.md +++ b/tservice/types/README.md @@ -28,5 +28,5 @@ interface. [crate-link]: https://crates.io/crates/mc-sgx-tservice-types [docs-image]: https://img.shields.io/docsrs/mc-sgx-tservice-types?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-tservice-types -[deps-image]: https://deps.rs/crate/mc-sgx-tservice-types/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-tservice-types/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-tservice-types/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-tservice-types/0.9.0 diff --git a/tstdc/Cargo.toml b/tstdc/Cargo.toml index ee9f40e8..b73b59dc 100644 --- a/tstdc/Cargo.toml +++ b/tstdc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-tstdc" -version = "0.8.0" +version = "0.9.0" edition = "2021" authors = ["MobileCoin"] rust-version = "1.62.1" @@ -19,5 +19,5 @@ doctest = false [dependencies] displaydoc = { version = "0.2.3", default-features = false } libc = { version = "0.2.139", default-features = false } -mc-sgx-tstdc-sys = { path = "sys", version = "=0.8.0" } -mc-sgx-tstdc-sys-types = { path = "sys/types", version = "=0.8.0" } +mc-sgx-tstdc-sys = { path = "sys", version = "=0.9.0" } +mc-sgx-tstdc-sys-types = { path = "sys/types", version = "=0.9.0" } diff --git a/tstdc/README.md b/tstdc/README.md index f576a710..b0957cae 100644 --- a/tstdc/README.md +++ b/tstdc/README.md @@ -38,5 +38,5 @@ thread(s) consistently at the synchronization points. [crate-link]: https://crates.io/crates/mc-sgx-tstdc [docs-image]: https://img.shields.io/docsrs/mc-sgx-tstdc?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-tstdc -[deps-image]: https://deps.rs/crate/mc-sgx-tstdc/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-tstdc/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-tstdc/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-tstdc/0.9.0 diff --git a/tstdc/sys/Cargo.toml b/tstdc/sys/Cargo.toml index 34b0d010..467bc5c5 100644 --- a/tstdc/sys/Cargo.toml +++ b/tstdc/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-tstdc-sys" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["external-ffi-bindings", "hardware-support", "no-std"] description = "FFI bindings for `sgx_tstdc`." @@ -18,10 +18,10 @@ test = false doctest = false [dependencies] -mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.8.0" } -mc-sgx-tstdc-sys-types = { path = "types", version = "=0.8.0" } +mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.9.0" } +mc-sgx-tstdc-sys-types = { path = "types", version = "=0.9.0" } [build-dependencies] bindgen = "0.66.1" cargo-emit = "0.2.1" -mc-sgx-core-build = { path = "../../core/build", version = "=0.8.0" } +mc-sgx-core-build = { path = "../../core/build", version = "=0.9.0" } diff --git a/tstdc/sys/README.md b/tstdc/sys/README.md index 9a3257cd..c9760187 100644 --- a/tstdc/sys/README.md +++ b/tstdc/sys/README.md @@ -17,5 +17,5 @@ FFI linkage for the `sgx_tstdc` library. [crate-link]: https://crates.io/crates/mc-sgx-tstdc-sys [docs-image]: https://img.shields.io/docsrs/mc-sgx-tstdc-sys?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-tstdc-sys -[deps-image]: https://deps.rs/crate/mc-sgx-tstdc-sys/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-tstdc-sys/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-tstdc-sys/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-tstdc-sys/0.9.0 diff --git a/tstdc/sys/types/Cargo.toml b/tstdc/sys/types/Cargo.toml index 189a5879..c60dbc17 100644 --- a/tstdc/sys/types/Cargo.toml +++ b/tstdc/sys/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-tstdc-sys-types" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["external-ffi-bindings", "hardware-support", "no-std"] description = "FFI types for `sgx_tstdc`." @@ -17,4 +17,4 @@ doctest = false [build-dependencies] bindgen = "0.66.1" cargo-emit = "0.2.1" -mc-sgx-core-build = { path = "../../../core/build", version = "=0.8.0" } +mc-sgx-core-build = { path = "../../../core/build", version = "=0.9.0" } diff --git a/tstdc/sys/types/README.md b/tstdc/sys/types/README.md index b20aae0e..058ba548 100644 --- a/tstdc/sys/types/README.md +++ b/tstdc/sys/types/README.md @@ -17,5 +17,5 @@ FFI type definitions used by the `sgx_tstdc` library. [crate-link]: https://crates.io/crates/mc-sgx-tstdc-sys-types [docs-image]: https://img.shields.io/docsrs/mc-sgx-tstdc-sys-types?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-tstdc-sys-types -[deps-image]: https://deps.rs/crate/mc-sgx-tstdc-sys-types/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-tstdc-sys-types/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-tstdc-sys-types/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-tstdc-sys-types/0.9.0 diff --git a/urts/Cargo.toml b/urts/Cargo.toml index ad50feaf..348fa475 100644 --- a/urts/Cargo.toml +++ b/urts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-urts" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["api-bindings", "hardware-support"] description = "Rust wrapper for `sgx_urts`." @@ -12,11 +12,11 @@ repository = "https://github.com/mobilecoinfoundation/sgx" rust-version = "1.62.1" [dependencies] -mc-sgx-core-sys-types = { path = "../core/sys/types", version = "=0.8.0" } -mc-sgx-core-types = { path = "../core/types", version = "=0.8.0" } -mc-sgx-urts-sys = { path = "sys", version = "=0.8.0" } -mc-sgx-urts-sys-types = { path = "sys/types", version = "=0.8.0" } -mc-sgx-util = { path = "../util", version = "=0.8.0" } +mc-sgx-core-sys-types = { path = "../core/sys/types", version = "=0.9.0" } +mc-sgx-core-types = { path = "../core/types", version = "=0.9.0" } +mc-sgx-urts-sys = { path = "sys", version = "=0.9.0" } +mc-sgx-urts-sys-types = { path = "sys/types", version = "=0.9.0" } +mc-sgx-util = { path = "../util", version = "=0.9.0" } [features] sim = ["mc-sgx-urts-sys/sim"] diff --git a/urts/README.md b/urts/README.md index 7a856b1b..f498dfb9 100644 --- a/urts/README.md +++ b/urts/README.md @@ -65,5 +65,5 @@ the `sim` feature is present the simulation SGX libraries will be linked in. [crate-link]: https://crates.io/crates/mc-sgx-urts [docs-image]: https://img.shields.io/docsrs/mc-sgx-urts?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-urts -[deps-image]: https://deps.rs/crate/mc-sgx-urts/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-urts/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-urts/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-urts/0.9.0 diff --git a/urts/sys/Cargo.toml b/urts/sys/Cargo.toml index c772a345..47710f25 100644 --- a/urts/sys/Cargo.toml +++ b/urts/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-urts-sys" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["external-ffi-bindings", "hardware-support"] description = "FFI bindings for `sgx_urts`." @@ -20,10 +20,10 @@ sim = [] default = [] [dependencies] -mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.8.0" } -mc-sgx-urts-sys-types = { path = "types", version = "=0.8.0" } +mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.9.0" } +mc-sgx-urts-sys-types = { path = "types", version = "=0.9.0" } [build-dependencies] bindgen = "0.66.1" cargo-emit = "0.2.1" -mc-sgx-core-build = { path = "../../core/build", version = "=0.8.0" } +mc-sgx-core-build = { path = "../../core/build", version = "=0.9.0" } diff --git a/urts/sys/README.md b/urts/sys/README.md index 64e2f396..e80790a6 100644 --- a/urts/sys/README.md +++ b/urts/sys/README.md @@ -55,5 +55,5 @@ the `sim` feature is present the simulation SGX libraries will be linked in. [crate-link]: https://crates.io/crates/mc-sgx-urts-sys [docs-image]: https://img.shields.io/docsrs/mc-sgx-urts-sys?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-urts-sys -[deps-image]: https://deps.rs/crate/mc-sgx-urts-sys/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-urts-sys/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-urts-sys/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-urts-sys/0.9.0 diff --git a/urts/sys/types/Cargo.toml b/urts/sys/types/Cargo.toml index 61fcaef8..e1ee13d1 100644 --- a/urts/sys/types/Cargo.toml +++ b/urts/sys/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-urts-sys-types" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["external-ffi-bindings", "hardware-support", "no-std"] description = "FFI types for `sgx_urts`." @@ -15,10 +15,10 @@ rust-version = "1.62.1" doctest = false [dependencies] -mc-sgx-core-sys-types = { path = "../../../core/sys/types", version = "=0.8.0" } +mc-sgx-core-sys-types = { path = "../../../core/sys/types", version = "=0.9.0" } [build-dependencies] bindgen = "0.66.1" cargo-emit = "0.2.1" -mc-sgx-core-build = { path = "../../../core/build", version = "=0.8.0" } +mc-sgx-core-build = { path = "../../../core/build", version = "=0.9.0" } diff --git a/urts/sys/types/README.md b/urts/sys/types/README.md index 871a7d87..898ea4cf 100644 --- a/urts/sys/types/README.md +++ b/urts/sys/types/README.md @@ -17,5 +17,5 @@ FFI type bindings used by the `sgx_urts` library. [crate-link]: https://crates.io/crates/mc-sgx-urts-sys-types [docs-image]: https://img.shields.io/docsrs/mc-sgx-urts-sys-types?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-urts-sys-types -[deps-image]: https://deps.rs/crate/mc-sgx-urts-sys-types/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-urts-sys-types/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-urts-sys-types/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-urts-sys-types/0.9.0 diff --git a/util/Cargo.toml b/util/Cargo.toml index 36a928a7..957bf8fc 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-sgx-util" -version = "0.8.0" +version = "0.9.0" authors = ["MobileCoin"] categories = ["no-std"] description = "Utilities shared by SGX libraries" diff --git a/util/README.md b/util/README.md index f8d57a66..c8d6d2fe 100644 --- a/util/README.md +++ b/util/README.md @@ -17,5 +17,5 @@ Small utilities and helpers that are useful to have in a central place. [crate-link]: https://crates.io/crates/mc-sgx-util [docs-image]: https://img.shields.io/docsrs/mc-sgx-util?style=flat-square [docs-link]: https://docs.rs/crate/mc-sgx-util -[deps-image]: https://deps.rs/crate/mc-sgx-util/0.8.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-sgx-util/0.8.0 +[deps-image]: https://deps.rs/crate/mc-sgx-util/0.9.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-sgx-util/0.9.0