From 485a28d230953c5c4f2cb43b522f9a2dbb30ea81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Mon, 25 Jul 2022 13:41:13 +0200 Subject: [PATCH] Upgrade hermit-entry to 0.2.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e14a9fde..683c833d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -435,9 +435,9 @@ dependencies = [ [[package]] name = "hermit-entry" -version = "0.1.3" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf8c5033d9a20aa9aecf120be38558d1495963bace65147bc00ff96bb2d695d2" +checksum = "6ba584cc5e8496a99559eb70be91ad0e464fd4fcb1478241ff1d919be4522d28" [[package]] name = "humantime" diff --git a/Cargo.toml b/Cargo.toml index c4cf4141..d610c2ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ envmnt = "0.10" gdbstub = "0.6" gdbstub_arch = "0.2" goblin = { version = "0.5", default-features = false, features = ["elf64", "elf32", "endian_fd", "std"] } -hermit-entry = { version = "0.1", features = ["loader"] } +hermit-entry = { version = "0.2", features = ["loader"] } lazy_static = "1.4" libc = "0.2" log = "0.4"