Skip to content

Commit 4efb5b3

Browse files
authored
Merge pull request #890 from fortanix/yx/crates-ver-bump
chore: update versions of async-usercalls, ipc-queue
2 parents a47ecb9 + 4f57526 commit 4efb5b3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

intel-sgx/async-usercalls/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-usercalls"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["Fortanix, Inc."]
55
license = "MPL-2.0"
66
edition = "2018"
@@ -16,7 +16,7 @@ categories = ["asynchronous"]
1616

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

2222
# External dependencies

intel-sgx/enclave-runner-sgx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sgxs = { version = "0.8.0", path = "../sgxs" }
2424
fortanix-sgx-abi = { version = "0.7.0", path = "../fortanix-sgx-abi" }
2525
sgx-isa = { version = "0.4.0", path = "../sgx-isa" }
2626
insecure-time = { version = "0.2", path = "../insecure-time", features = ["estimate_crystal_clock_freq"] }
27-
ipc-queue = { version = "0.4.0", path = "../../ipc-queue" }
27+
ipc-queue = { version = "0.5.0", path = "../../ipc-queue" }
2828
enclave-runner = { version = "0.8.0", path = "../../enclave-runner" }
2929

3030
# External dependencies

ipc-queue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ipc-queue"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Fortanix, Inc."]
55
license = "MPL-2.0"
66
edition = "2018"

0 commit comments

Comments
 (0)