From 7c2e69169b572012e23e05859cb22b5775030a47 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Mon, 20 May 2024 13:27:52 +0100 Subject: [PATCH] docs(chore): pact-plugin-cli 0.0.4 added linux aarch64 target --- cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/README.md b/cli/README.md index d6a7d81..5c3f11a 100644 --- a/cli/README.md +++ b/cli/README.md @@ -242,7 +242,7 @@ Requires Rust 1.61 or later. | Linux | x86_64 | ✅ | All | | Windows | x86_64 | ✅ | All | | OSX | arm64 | ✅ | All | -| Linux | arm64 | ✅ | >=0.0.0 | +| Linux | arm64 | ✅ | >=0.0.4 | | Windows | arm64 | ✅ | >=0.1.2 | | Alpine | x86_64 | ✅ | >=0.1.2 | | Alpine | arm64 | ✅ | >=0.1.2 |