diff options
author | BennovanDorst <bennovandorst@gmail.com> | 2022-07-12 02:53:59 +0200 |
---|---|---|
committer | BennovanDorst <bennovandorst@gmail.com> | 2022-07-12 02:53:59 +0200 |
commit | 2f0e3b6164c0b4a388672073e4b1730ae07096b8 (patch) | |
tree | b849425db53d450fe6347a956ffc03812811bc5d | |
parent | c6ed977439e5f4782fb7b96ad222a174045abc80 (diff) | |
download | mcproto-rs-2f0e3b6164c0b4a388672073e4b1730ae07096b8.tar.gz mcproto-rs-2f0e3b6164c0b4a388672073e4b1730ae07096b8.tar.bz2 mcproto-rs-2f0e3b6164c0b4a388672073e4b1730ae07096b8.zip |
[🚀] Updated Cargo.toml
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,7 @@ default-features = false flate2 = "1.0.17" [features] -default = [ "std", "bench", "v1_15_2", "v1_16_3", "v1_17_0", "v1_17_1" ] +default = [ "std", "bench", "v1_15_2", "v1_16_3", "v1_17_0", "v1_17_1", "v1_19" ] std = [ "rand" ] bench = [] @@ -34,3 +34,4 @@ v1_15_2 = [] v1_16_3 = [] v1_17_0 = [] v1_17_1 = [] +v1_19 = [] |