Skip to content

Commit 58a8eed

Browse files
Updating SEV library to 6.1.0 and updating version to 0.9.1
Some report bug fixes needed were just released on the 6.1.0 library, so we are doing a fix release for snpguest to include these. Signed-off-by: DGonzalezVillal <Diego.GonzalezVillalobos@amd.com>
1 parent 5e292ff commit 58a8eed

File tree

2 files changed

+65
-25
lines changed

2 files changed

+65
-25
lines changed

Cargo.lock

Lines changed: 63 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snpguest"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["The VirTEE Project Developers"]
55
edition = "2021"
66
license = "Apache-2.0"
@@ -22,7 +22,7 @@ hyperv = ["tss-esapi"]
2222
clap = { version = "4.5", features = [ "derive" ] }
2323
env_logger = "0.10.0"
2424
anyhow = "1.0.69"
25-
sev = { version = "6.0.0", default-features = false, features = ['openssl','snp']}
25+
sev = { version = "6.1.0", default-features = false, features = ['openssl','snp']}
2626
nix = "^0.23"
2727
serde = { version = "1.0", features = ["derive"] }
2828
bincode = "^1.2.1"

0 commit comments

Comments
 (0)