Skip to content

Commit

Permalink
(cargo-release) version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-mobilecoin committed Oct 14, 2022
1 parent 428e87c commit abae7ee
Show file tree
Hide file tree
Showing 65 changed files with 214 additions and 211 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate

## [0.2.1] - 2022-10-14

### Added

- `mc-sgx-urts`: Idiomatic Rust Types for the `sgx_urts` library
Expand Down Expand Up @@ -50,6 +52,7 @@ doc builds for:
- Initial release of FFI bindings crates

<!-- next-url -->
[Unreleased]: https://github.com/mobilecoinfoundation/sgx/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/mobilecoinfoundation/sgx/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/mobilecoinfoundation/sgx/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/mobilecoinfoundation/sgx/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/mobilecoinfoundation/sgx/compare/v0.1.0
64 changes: 32 additions & 32 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions capable/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mc-sgx-capable"
version = "0.2.1-pre"
version = "0.2.1"
edition = "2021"
authors = ["MobileCoin"]
rust-version = "1.62.1"
Expand All @@ -13,11 +13,11 @@ categories = ["api-bindings", "hardware-support"]
keywords = ["sgx"]

[dependencies]
mc-sgx-capable-sys = { path = "sys", version = "=0.2.1-pre" }
mc-sgx-capable-sys-types = { path = "sys/types", version = "=0.2.1-pre" }
mc-sgx-capable-types = { path = "types", version = "=0.2.1-pre" }
mc-sgx-core-types = { path = "../core/types", version = "=0.2.1-pre" }
mc-sgx-util = { path = "../util", version = "=0.2.1-pre" }
mc-sgx-capable-sys = { path = "sys", version = "=0.2.1" }
mc-sgx-capable-sys-types = { path = "sys/types", version = "=0.2.1" }
mc-sgx-capable-types = { path = "types", version = "=0.2.1" }
mc-sgx-core-types = { path = "../core/types", version = "=0.2.1" }
mc-sgx-util = { path = "../util", version = "=0.2.1" }

[dev-dependencies]
yare = "1.0.1"
4 changes: 2 additions & 2 deletions capable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0/status.svg?style=flat-square
[deps-link]: https://deps.rs/crate/mc-sgx-capable/0.2.0
[deps-image]: https://deps.rs/crate/mc-sgx-capable/0.2.1/status.svg?style=flat-square
[deps-link]: https://deps.rs/crate/mc-sgx-capable/0.2.1
8 changes: 4 additions & 4 deletions capable/sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mc-sgx-capable-sys"
version = "0.2.1-pre"
version = "0.2.1"
authors = ["MobileCoin"]
categories = ["external-ffi-bindings", "hardware-support"]
description = "FFI linkage for the `sgx_capable` library."
Expand All @@ -15,10 +15,10 @@ rust-version = "1.62.1"
doctest = false

[dependencies]
mc-sgx-capable-sys-types = { path = "types", version = "=0.2.1-pre" }
mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.2.1-pre" }
mc-sgx-capable-sys-types = { path = "types", version = "=0.2.1" }
mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.2.1" }

[build-dependencies]
bindgen = "0.60.1"
cargo-emit = "0.2.1"
mc-sgx-core-build = { path = "../../core/build", version = "=0.2.1-pre" }
mc-sgx-core-build = { path = "../../core/build", version = "=0.2.1" }
4 changes: 2 additions & 2 deletions capable/sys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0/status.svg?style=flat-square
[deps-link]: https://deps.rs/crate/mc-sgx-capable-sys/0.2.0
[deps-image]: https://deps.rs/crate/mc-sgx-capable-sys/0.2.1/status.svg?style=flat-square
[deps-link]: https://deps.rs/crate/mc-sgx-capable-sys/0.2.1
4 changes: 2 additions & 2 deletions capable/sys/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mc-sgx-capable-sys-types"
version = "0.2.1-pre"
version = "0.2.1"
authors = ["MobileCoin"]
categories = ["external-ffi-bindings", "hardware-support", "no-std"]
description = "FFI type definitions used by the `sgx_capable` library."
Expand All @@ -17,4 +17,4 @@ doctest = false
[build-dependencies]
bindgen = "0.60.1"
cargo-emit = "0.2.1"
mc-sgx-core-build = { path = "../../../core/build", version = "=0.2.1-pre" }
mc-sgx-core-build = { path = "../../../core/build", version = "=0.2.1" }
4 changes: 2 additions & 2 deletions capable/sys/types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0/status.svg?style=flat-square
[deps-link]: https://deps.rs/crate/mc-sgx-capable-sys-types/0.2.0
[deps-image]: https://deps.rs/crate/mc-sgx-capable-sys-types/0.2.1/status.svg?style=flat-square
[deps-link]: https://deps.rs/crate/mc-sgx-capable-sys-types/0.2.1
Loading

0 comments on commit abae7ee

Please sign in to comment.