Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Commit

Permalink
chore: bump attestation-agent version with the latest one
Browse files Browse the repository at this point in the history
This bump will fix the version of v0.5.0 release of
attestation-agent version

Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
  • Loading branch information
Xynnn007 committed Apr 12, 2023
1 parent 1053963 commit 55ab22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sha2 = { version = ">=0.10", optional = true }
tokio = { version = "1.17.0", features = ["rt-multi-thread"], optional = true }
tonic = { version = ">=0.8.0", optional = true }
ttrpc = { version = "0.7.1", features = ["async"], default-features = false, optional = true }
attestation_agent = { git = "https://github.com/confidential-containers/attestation-agent.git", rev = "d7ace56", optional = true }
attestation_agent = { git = "https://github.com/confidential-containers/attestation-agent.git", rev = "c939d21", optional = true }

[build-dependencies]
tonic-build = {version = "0.8.0", optional = true }
Expand Down

0 comments on commit 55ab22d

Please sign in to comment.