From b3ad654006d11d73baf277515542e9a4666d553f Mon Sep 17 00:00:00 2001 From: buffet Date: Sun, 27 Nov 2022 21:58:40 +0000 Subject: [PATCH] chore: update hermit-abi to 0.2.6 Signed-off-by: buffet --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3e02d4..7dca640 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ readme = "README.md" libc = "0.2.26" [target.'cfg(all(any(target_arch = "x86_64", target_arch = "aarch64"), target_os = "hermit"))'.dependencies] -hermit-abi = "0.1.3" +hermit-abi = "0.2.6"