From 0888fc50a6fb379a378193a5cbaecdaa1ac03d17 Mon Sep 17 00:00:00 2001 From: Joey Sacchini Date: Thu, 3 Dec 2020 01:37:10 -0500 Subject: make sure we set data_len to 0 when writing in compressed mode below threshold --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 56b60b9..d8e1c24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "APACHE 2.0" [dependencies] -mcproto-rs = { git = "https://github.com/Twister915/mcproto-rs", branch = "master", default-features = false, features = ["std", "v1_16_3"] } +mcproto-rs = { git = "https://github.com/Twister915/mcproto-rs", branch = "master", default-features = false, features = ["std", "v1_15_2", "v1_16_3"] } futures = { version = "0.3.8", optional = true } async-trait = { version = "0.1.42", optional = true } aes = "0.6.0" -- cgit