From 287e1adfa286d3b8c6d834a777344db5bb683dae Mon Sep 17 00:00:00 2001 From: Joey Sacchini Date: Sat, 9 Jan 2021 14:51:03 -0500 Subject: remove branch from mcproto-rs dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 } -- cgit