aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-05-03 18:03:10 +0000
committermat <github@matdoes.dev>2022-05-03 18:03:10 +0000
commit477c367fc44a2b5c139845f7e8307c6c276d95ee (patch)
treeec7f3d2432a4f16d4dbdc205b37d68d54cabda2b /azalea-protocol
parent0bd798045c4328208667df37348e9affb37e384f (diff)
downloadazalea-drasl-477c367fc44a2b5c139845f7e8307c6c276d95ee.tar.xz
mor echunk stuff
Diffstat (limited to 'azalea-protocol')
-rwxr-xr-xazalea-protocol/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-protocol/README.md b/azalea-protocol/README.md
index 99b8b8d2..0321c7a5 100755
--- a/azalea-protocol/README.md
+++ b/azalea-protocol/README.md
@@ -2,8 +2,8 @@
Sent and receive Minecraft packets. You should probably use `azalea` or `azalea-client` instead.
-The goal is to **only** support the latest Minecraft version in order to ease development.
+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.
+Unfortunately, using azalea-protocol requires Rust nightly because [specialization](https://github.com/rust-lang/rust/issues/31844) is not stable yet. Use `rustup default nightly` to enable it.