Skip to content

Commit 6422572

Browse files
committed
Bump major version to pcs and dcap-artifact-retrieval
1 parent ebcf4f0 commit 6422572

File tree

3 files changed

+6
-6
lines changed

3 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/dcap-artifact-retrieval/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dcap-artifact-retrieval"
3-
version = "0.4.2"
3+
version = "0.5.0"
44
authors = ["Fortanix, Inc."]
55
license = "MPL-2.0"
66
edition = "2018"
@@ -28,7 +28,7 @@ mbedtls = { version = ">=0.12.0, <0.14.0", features = [
2828
"std",
2929
], default-features = false }
3030
num_enum = { version = "0.7", features = ["complex-expressions"] }
31-
pcs = { version = "0.7.3", path = "../pcs" }
31+
pcs = { version = "0.8", path = "../pcs" }
3232
percent-encoding = "2.3.2"
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.7", path = "../pcs", features = ["verify"] }
47+
pcs = { version = "0.8", path = "../pcs", features = ["verify"] }
4848

4949
[build-dependencies]
5050
mbedtls = { version = ">=0.12.0, <0.14.0", features = ["ssl", "x509"] }

intel-sgx/pcs/Cargo.toml

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

0 commit comments

Comments
 (0)