From ddde8ebe941b63f0d7c7a47f7c73843c702c227d Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Wed, 2 Mar 2016 14:19:40 +0100 Subject: [ci skip] Update links This is so stupid.--- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 00ba07b..a8a6f1c 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ There are other builds, including for/with musl, mingw, or ARM. Please [check ou | Platform | 64 bit | 32 bit | | -------- | ------ | ------ | -| Linux | [Download](https://github.com/tilpner/ilc/releases/download/v0.2.3.1/ilc-x86_64-unknown-linux-gnu.tar.gz) |[Download](https://github.com/tilpner/ilc/releases/download/v0.2.3.1/ilc-i686-unknown-linux-gnu.tar.gz) | -| OS X | [Download](https://github.com/tilpner/ilc/releases/download/v0.2.3.1/ilc-x86_64-apple-darwin.tar.gz) |[Download](https://github.com/tilpner/ilc/releases/download/v0.2.3.1/ilc-i686-apple-darwin.tar.gz) | -| Windows | [Download](https://github.com/tilpner/ilc/releases/download/v0.2.3.1/ilc-x86_64-pc-windows-msvc.zip) |[Download](https://github.com/tilpner/ilc/releases/download/v0.2.3.1/ilc-i686-pc-windows-msvc.zip) | +| Linux | [Download](https://github.com/tilpner/ilc/releases/download/v0.3.0/ilc-x86_64-unknown-linux-gnu.tar.gz) |[Download](https://github.com/tilpner/ilc/releases/download/v0.3.0/ilc-i686-unknown-linux-gnu.tar.gz) | +| OS X | [Download](https://github.com/tilpner/ilc/releases/download/v0.3.0/ilc-x86_64-apple-darwin.tar.gz) |[Download](https://github.com/tilpner/ilc/releases/download/v0.3.0/ilc-i686-apple-darwin.tar.gz) | +| Windows | [Download](https://github.com/tilpner/ilc/releases/download/v0.3.0/ilc-x86_64-pc-windows-msvc.zip) |[Download](https://github.com/tilpner/ilc/releases/download/v0.3.0/ilc-i686-pc-windows-msvc.zip) | *Note that these links might be broken in the one hour it takes between release and uploading builds, sorry for that.* -- cgit v1.2.3 From a283a31c2dc6bb3ba62643a90700298f99c473a1 Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Sat, 5 Mar 2016 17:54:03 +0100 Subject: Test clippy.bashy.io --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8a6f1c..1d2c711 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ilc ========= [![Travis](https://img.shields.io/travis/tilpner/ilc.svg?style=flat-square&label=travis)](https://travis-ci.org/tilpner/ilc) [![Appveyor](https://img.shields.io/appveyor/ci/tilpner/ilc.svg?style=flat-square&label=appveyor)](https://ci.appveyor.com/project/tilpner/ilc) +[![Clippy Linting Result](http://clippy.bashy.io/github/tilpner/ilc/master/badge.svg?style=flat-square)](http://clippy.bashy.io/github/tilpner/ilc/master/log) [![Crates.io version](https://img.shields.io/crates/v/ilc.svg?style=flat-square)](https://crates.io/crates/ilc) [![Crates.io license](https://img.shields.io/crates/l/ilc.svg?style=flat-square)](http://choosealicense.com/licenses/apache-2.0/) -- cgit v1.2.3