From ccb5a6792574252633625168f3430916068ec16b Mon Sep 17 00:00:00 2001 From: Niclas Date: Mon, 28 Nov 2022 17:00:09 +0000 Subject: [PATCH] chore: update hermit-abi to 0.2.6 (#127) Signed-off-by: buffet 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"