From 12e5b3d63cabca6e3534f9d8e41d56233570a2ba Mon Sep 17 00:00:00 2001 From: Mahmut Bulut Date: Tue, 20 Aug 2019 23:44:40 +0200 Subject: [PATCH 1/2] Multi OS builds --- .travis.yml | 3 +++ README.md | 10 +++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 68128893..4b78e77e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: rust +os: + - linux + - osx rust: - nightly - stable diff --git a/README.md b/README.md index ab413b12..e0afd17f 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,21 @@ - Build Status + Build Status (Linux / MacOS) travis build status + + Build Status (Windows) + + + appveyor build status + + + Downloads From 15ea639e31813651ad0619ceb1091ff29b1284e1 Mon Sep 17 00:00:00 2001 From: Mahmut Bulut Date: Wed, 21 Aug 2019 00:01:42 +0200 Subject: [PATCH 2/2] Remove nightly feature usage warning from README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0afd17f..aa932310 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,9 @@ Check [root supervisor](https://github.com/vertexclique/bastion/blob/master/exam [Examples](https://github.com/vertexclique/bastion/blob/master/examples) cover all the use cases in the frame of the crate. -Include bastion to your project with, it requires nightly features to do it's job: +Include bastion to your project with: ```toml -bastion = "*" +bastion = "0.1" ``` In most simple way you can use Bastion like here: