aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoey Sacchini <joey@sacchini.net>2020-12-03 01:37:10 -0500
committerJoey Sacchini <joey@sacchini.net>2020-12-03 01:37:10 -0500
commit0888fc50a6fb379a378193a5cbaecdaa1ac03d17 (patch)
tree0bb420621e5d9bbb40d8d72429d5cc1ba0b72204 /Cargo.toml
parentd03d9bf2d0a3496286b3a08931d0f07bc6a40033 (diff)
downloadcraftio-rs-0888fc50a6fb379a378193a5cbaecdaa1ac03d17.tar.gz
craftio-rs-0888fc50a6fb379a378193a5cbaecdaa1ac03d17.tar.bz2
craftio-rs-0888fc50a6fb379a378193a5cbaecdaa1ac03d17.zip
make sure we set data_len to 0 when writing in compressed mode below threshold
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"