Skip to content

Commit

Permalink
Bump up pcs versio to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mzohreva committed Dec 17, 2024
1 parent cb16436 commit 1d0396c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions intel-sgx/dcap-artifact-retrieval/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mbedtls = { version = "0.12.3", features = [
"std",
], default-features = false }
num_enum = { version = "0.7", features = ["complex-expressions"] }
pcs = { version = "0.2.0", path = "../pcs" }
pcs = { version = "0.3.0", path = "../pcs" }
percent-encoding = "2.1.0"
pkix = "0.2.0"
quick-error = "1.1.0"
Expand All @@ -43,7 +43,7 @@ default = ["clap", "reqwest"]

[dev-dependencies]
yasna = { version = "0.3", features = ["num-bigint", "bit-vec"] }
pcs = { version = "0.2.0", path = "../pcs", features = ["verify"] }
pcs = { version = "0.3.0", path = "../pcs", features = ["verify"] }

[build-dependencies]
mbedtls = { version = "0.12.3", features = ["ssl", "x509"] }
Expand Down
2 changes: 1 addition & 1 deletion intel-sgx/pcs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pcs"
version = "0.2.0"
version = "0.3.0"
authors = ["Fortanix, Inc."]
license = "MPL-2.0"
edition = "2018"
Expand Down

0 comments on commit 1d0396c

Please sign in to comment.