Skip to content

Commit 149791c

Browse files
committed
cargo: move to official elfcore crates.io 2.0 version
Signed-off-by: Doru Blânzeanu <[email protected]>
1 parent fa55e71 commit 149791c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

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

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ chrono = { version = "0.4", optional = true }
4242
anyhow = "1.0"
4343
metrics = "0.24.2"
4444
serde_json = "1.0"
45-
elfcore = { git = "https://github.com/hyperlight-dev/elfcore.git", rev = "cef4c80e26bf4b2a5599e50d2d1730965f942c13" }
45+
elfcore = "2.0"
4646

4747
[target.'cfg(windows)'.dependencies]
4848
windows = { version = "0.61", features = [

0 commit comments

Comments
 (0)