Skip to content

Commit b82cc1b

Browse files
committed
Version bump ipc-queue crate
1 parent 02c3a6f commit b82cc1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

intel-sgx/enclave-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.7.2", path = "../sgxs" }
2424
fortanix-sgx-abi = { version = "0.4.0", path = "../fortanix-sgx-abi" }
2525
sgx-isa = { version = "0.4.0", path = "../sgx-isa" }
26-
ipc-queue = { version = "0.1.0", path = "../../ipc-queue" }
26+
ipc-queue = { version = "0.2.0", path = "../../ipc-queue" }
2727

2828
# External dependencies
2929
failure = "0.1.1" # MIT/Apache-2.0

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.1.1"
3+
version = "0.2.0"
44
authors = ["Fortanix, Inc."]
55
license = "MPL-2.0"
66
edition = "2018"

0 commit comments

Comments
 (0)