Skip to content

Commit c39fbd6

Browse files
authored
Merge pull request #897 from fortanix/yx/fix-nsm
fix nsm crate compile issue
2 parents 16d0e2b + 5f474cb commit c39fbd6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

fortanix-vme/aws-nitro-enclaves/nsm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ edition = "2021"
88

99
[dependencies]
1010
nitro-attestation-verify = { path = "../nitro-attestation-verify" }
11-
nsm-driver = { git = "https://github.com/aws/aws-nitro-enclaves-nsm-api" }
12-
nsm-io = { git = "https://github.com/aws/aws-nitro-enclaves-nsm-api" }
11+
nsm-driver = { git = "https://github.com/aws/aws-nitro-enclaves-nsm-api", rev = "9ddb589875baf345d085a980aa96cf3a4e480ea8" }
12+
nsm-io = { git = "https://github.com/aws/aws-nitro-enclaves-nsm-api", rev = "9ddb589875baf345d085a980aa96cf3a4e480ea8" }
1313
serde_bytes = "0.11"

0 commit comments

Comments
 (0)