From 3b6e5f03178738967caebf5398aaff8e9167c6b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Tue, 31 Jan 2023 21:32:42 +0100 Subject: [PATCH] Bump hermit-abi to 0.3.0 and don't restrict hermit-abi architectures (#128) * Bump hermit-abi to 0.3.0 * Don't restrict hermit-abi architectures --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5ebfd93..883d50f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ readme = "README.md" [target.'cfg(not(windows))'.dependencies] libc = "0.2.26" -[target.'cfg(all(any(target_arch = "x86_64", target_arch = "aarch64"), target_os = "hermit"))'.dependencies] -hermit-abi = "0.2.6" +[target.'cfg(target_os = "hermit")'.dependencies] +hermit-abi = "0.3.0"