From 593a7bc71a460f1efad29dd6589076bc098318cd Mon Sep 17 00:00:00 2001
From: Jerome Humbert <djeedai@gmail.com>
Date: Tue, 15 Feb 2022 20:10:48 +0000
Subject: [PATCH] Remove Bevy disclaimer, re-add nightly CI

Bevy 0.6.1 was released which fixes nightly builds. Re-add nightly
toolchain to CI and remove the disclaimer from the README.
---
 .github/workflows/ci.yaml | 2 +-
 README.md                 | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 6a4461f..f702721 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ jobs:
   build:
     strategy:
       matrix:
-        toolchain: [stable]
+        toolchain: [stable, nightly]
         os: [windows-latest, ubuntu-latest, macos-latest]
     runs-on: ${{ matrix.os }}
     steps:
diff --git a/README.md b/README.md
index f642c75..6efebcd 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,6 @@
 
 Tweening animation plugin for the Bevy game engine.
 
-âš  _Bevy 0.6.0 does not build with the `nightly` toolchain. This breaks `docs.rs` builds. A fix is expected for 0.6.1._
-
 ## Features
 
 - [x] Animate any field of any component or asset, including custom ones.
-- 
GitLab