Skip to content

Commit 5e71bff

Browse files
committed
bump pcs version
1 parent b92635c commit 5e71bff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+1-1
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -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/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)