diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index f7027218cc3703baafa52abe04269137636ff5ba..6a4461f5b5060937d466a3d2f43b91de9c391d24 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ jobs:
   build:
     strategy:
       matrix:
-        toolchain: [stable, nightly]
+        toolchain: [stable]
         os: [windows-latest, ubuntu-latest, macos-latest]
     runs-on: ${{ matrix.os }}
     steps:
diff --git a/README.md b/README.md
index 6efebcdc4c728e5183de445d78124b3daff537c0..f642c75beb293623739d6c1c2e781b5548d19060 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,8 @@
 
 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.