Skip to content

Commit 6940056

Browse files
committed
Bump version to 0.3.8
1 parent 4c2df90 commit 6940056

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.7"
3+
version = "0.3.8"
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.7"
3+
version = "0.3.8"
44
edition = "2021"
55
description = "Command line interface for Intel SGX DCAP Quote Verification Library"
66
license = "Apache-2.0"
@@ -24,7 +24,7 @@ anyhow = "1.0.95"
2424
base64 = "0.22"
2525
chrono = "0.4"
2626
clap = { version = "4.5.27", features = ["derive"] }
27-
dcap-qvl = { version = "0.3.7", path = "../" }
27+
dcap-qvl = { version = "0.3.8", path = "../" }
2828
hex = "0.4.3"
2929
ring = "0.17"
3030
scale = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] }

0 commit comments

Comments
 (0)