Skip to content
This repository was archived by the owner on Apr 15, 2022. It is now read-only.

Commit abbe197

Browse files
Connor Kuehlnpmccallum
authored andcommitted
Depend crates.io 'sev' package, not git revision
Signed-off-by: Connor Kuehl <[email protected]>
1 parent c83fbbc commit abbe197

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 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
@@ -21,7 +21,7 @@ is-it-maintained-issue-resolution = { repository = "enarx/sevctl" }
2121
is-it-maintained-open-issues = { repository = "enarx/sevctl" }
2222

2323
[dependencies]
24-
sev = { git = "https://github.com/enarx/sev", features = ["openssl"] }
24+
sev = { version = "0.1", features = ["openssl"] }
2525
reqwest = { version = "0.10", features= ["blocking"] }
2626
structopt = "0.3"
2727
codicon = "3.0"

0 commit comments

Comments
 (0)