Skip to content

Commit 6971466

Browse files
authored
Merge pull request #577 from fortanix/yx/bump_ipc-queue
bump version of ipc-queue for new release
2 parents 715b6a4 + cdbe704 commit 6971466

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

Diff for: Cargo.lock

+1-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ members = [
3333
"em-app/examples/get-certificate/",
3434
]
3535
exclude = ["examples"]
36+
resolver = "2"
3637

3738
[patch.crates-io]
3839
libc = { git = "https://github.com/fortanix/libc.git", branch = "fortanixvme" }
39-
mbedtls = { git = "https://github.com/fortanix/rust-mbedtls", branch = "master" }
4040
nix = { git = "https://github.com/fortanix/nix.git", branch = "raoul/fortanixvme_r0.20.2" }
4141
serde = { git = "https://github.com/fortanix/serde.git", branch = "master" }
4242
vsock = { git = "https://github.com/fortanix/vsock-rs.git", branch = "fortanixvme" }

Diff for: intel-sgx/async-usercalls/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ categories = ["asynchronous"]
1616

1717
[dependencies]
1818
# Project dependencies
19-
ipc-queue = { version = "0.2", path = "../../ipc-queue" }
19+
ipc-queue = { version = "0.3", path = "../../ipc-queue" }
2020
fortanix-sgx-abi = { version = "0.5.0", path = "../fortanix-sgx-abi" }
2121

2222
# External dependencies

Diff for: intel-sgx/enclave-runner/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ exclude = ["fake-vdso/.gitignore", "fake-vdso/Makefile", "fake-vdso/main.S"]
2323
sgxs = { version = "0.8.0", path = "../sgxs" }
2424
fortanix-sgx-abi = { version = "0.5.0", path = "../fortanix-sgx-abi" }
2525
sgx-isa = { version = "0.4.0", path = "../sgx-isa" }
26-
ipc-queue = { version = "0.2.0", path = "../../ipc-queue" }
26+
ipc-queue = { version = "0.3.0", path = "../../ipc-queue" }
2727

2828
# External dependencies
2929
anyhow = "1.0" # MIT/Apache-2.0

Diff for: ipc-queue/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ipc-queue"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Fortanix, Inc."]
55
license = "MPL-2.0"
66
edition = "2018"

0 commit comments

Comments
 (0)