diff options
author | Joey Sacchini <joey@sacchini.net> | 2020-12-03 01:37:10 -0500 |
---|---|---|
committer | Joey Sacchini <joey@sacchini.net> | 2020-12-03 01:37:10 -0500 |
commit | 0888fc50a6fb379a378193a5cbaecdaa1ac03d17 (patch) | |
tree | 0bb420621e5d9bbb40d8d72429d5cc1ba0b72204 /Cargo.toml | |
parent | d03d9bf2d0a3496286b3a08931d0f07bc6a40033 (diff) | |
download | craftio-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |