Skip to content

Commit cc04011

Browse files
committed
Bump version to 0.3.4
1 parent c86e71a commit cc04011

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dcap-qvl"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55
license = "MIT"
66
description = "This crate implements the quote verification logic for DCAP (Data Center Attestation Primitives) in pure Rust."

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dcap-qvl-cli"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55
description = "Command line interface for Intel SGX DCAP Quote Verification Library"
66
license = "Apache-2.0"
@@ -14,7 +14,7 @@ path = "src/main.rs"
1414
[dependencies]
1515
anyhow = "1.0.95"
1616
clap = { version = "4.5.27", features = ["derive"] }
17-
dcap-qvl = { version = "0.3.3", path = "../" }
17+
dcap-qvl = { version = "0.3.4", path = "../" }
1818
hex = "0.4.3"
1919
serde = { version = "1.0", features = ["derive"] }
2020
serde_json = "1.0.137"

0 commit comments

Comments
 (0)