aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2050242..51b285c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ repository = "https://github.com/Twister915/craftio-rs"
readme = "README.md"
[dependencies]
-mcproto-rs = { version = "0.2.0", branch = "master", features = ["std"], default-features = false }
+mcproto-rs = { version = "0.2.0", features = ["std"], default-features = false }
aes = { version = "0.6", optional = true }
flate2 = { version = "1.0", features = ["zlib"], optional = true }