From d120c9ed6ff4906910976f1d28cb68f1e84e325d Mon Sep 17 00:00:00 2001 From: hafiz Date: Fri, 13 Sep 2019 23:30:30 -0500 Subject: [PATCH 1/3] clarify operating systems with available binaries This is very much a nit. Feel free to close and discard this PR if you wish. It may also be worth getting rid of this line entirely. It appears that since 0.3.12 there have only been Windows binary releases (excluding one linux one in 0.3.13). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 499e013..371f34d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ panic=abort`, for your target. $ cargo install xargo ``` -But we also have [binary releases] for the three major OSes. +But we also have [binary releases] for Linux, macOS, and Windows. [binary releases]: https://github.com/japaric/xargo/releases From a567d88844d3aeb4bbd322db7cef80c894f7d5f4 Mon Sep 17 00:00:00 2001 From: hafiz Date: Sat, 14 Sep 2019 23:01:55 -0500 Subject: [PATCH 2/3] remove note about binary releases entirely --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 371f34d..10d9322 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,6 @@ panic=abort`, for your target. $ cargo install xargo ``` -But we also have [binary releases] for Linux, macOS, and Windows. - [binary releases]: https://github.com/japaric/xargo/releases ## Usage From 8c8f54ca3f3f14e69074f357dfb45117d7b243a8 Mon Sep 17 00:00:00 2001 From: ayazhafiz Date: Sun, 15 Sep 2019 13:38:48 -0500 Subject: [PATCH 3/3] fixup! remove note about binary releases entirely --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 10d9322..65facb0 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,6 @@ panic=abort`, for your target. $ cargo install xargo ``` -[binary releases]: https://github.com/japaric/xargo/releases - ## Usage ### `no_std`