aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/README.md')
-rwxr-xr-xazalea-protocol/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-protocol/README.md b/azalea-protocol/README.md
index 69b28bef..99b8b8d2 100755
--- a/azalea-protocol/README.md
+++ b/azalea-protocol/README.md
@@ -5,3 +5,5 @@ Sent and receive Minecraft packets. You should probably use `azalea` or `azalea-
The goal is to **only** support the latest Minecraft version in order to ease development.
This is not yet complete, search for `TODO` in the code for things that need to be done.
+
+Unfortunately, compiling the crate requires Rust nightly because specialization is not stable yet.