Skip to content

Commit 3f68ba5

Browse files
authored
Merge pull request #699 from fortanix/yx/update-code-for-publish
Update Cargo.toml files for publish new versions
2 parents d98a654 + 5e71bff commit 3f68ba5

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

Cargo.lock

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

intel-sgx/dcap-artifact-retrieval/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dcap-artifact-retrieval"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["Fortanix, Inc."]
55
license = "MPL-2.0"
66
edition = "2018"
@@ -28,7 +28,7 @@ mbedtls = { version = "0.12.3", features = [
2828
"std",
2929
], default-features = false }
3030
num_enum = { version = "0.7", features = ["complex-expressions"] }
31-
pcs = { version = "0.3.0", path = "../pcs" }
31+
pcs = { version = "0.4.0", path = "../pcs" }
3232
percent-encoding = "2.1.0"
3333
pkix = "0.2.0"
3434
quick-error = "1.1.0"
@@ -44,7 +44,7 @@ rustls-tls = ["reqwest?/rustls-tls"]
4444

4545
[dev-dependencies]
4646
yasna = { version = "0.3", features = ["num-bigint", "bit-vec"] }
47-
pcs = { version = "0.3.0", path = "../pcs", features = ["verify"] }
47+
pcs = { version = "0.4.0", path = "../pcs", features = ["verify"] }
4848

4949
[build-dependencies]
5050
mbedtls = { version = "0.12.3", features = ["ssl", "x509"] }

intel-sgx/insecure-time/Cargo.toml

+9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
[package]
22
name = "insecure-time"
33
version = "0.1.0"
4+
authors = ["Fortanix, Inc."]
5+
license = "MPL-2.0"
46
edition = "2021"
7+
description = """
8+
Insecure time computation based on rdtsc.
9+
"""
10+
repository = "https://github.com/fortanix/rust-sgx"
11+
documentation = "https://edp.fortanix.com/docs/api/insecure_time/"
12+
keywords = ["sgx", "enclave", "time"]
13+
categories = ["os", "hardware-support"]
514

615
[dependencies]
716
alloc = { version = "1.0.0", optional = true, package = "rustc-std-workspace-alloc" }

intel-sgx/pcs/Cargo.toml

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

0 commit comments

Comments
 (0)