diff options
author | regenerativep <regeneralp@gmail.com> | 2021-10-24 15:08:19 -0400 |
---|---|---|
committer | regenerativep <regeneralp@gmail.com> | 2021-10-24 15:08:19 -0400 |
commit | 7e716b8244aab8a639f4f3a585eb10fc825e191a (patch) | |
tree | ef90d54093e9045aee62722a3956d8d4ac3b3f93 /Cargo.toml | |
parent | ec59779909f9b8459064c65ceebe5f6c0c7280f0 (diff) | |
download | mcproto-rs-7e716b8244aab8a639f4f3a585eb10fc825e191a.tar.gz mcproto-rs-7e716b8244aab8a639f4f3a585eb10fc825e191a.tar.bz2 mcproto-rs-7e716b8244aab8a639f4f3a585eb10fc825e191a.zip |
1.17.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 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" ] +default = [ "std", "bench", "v1_15_2", "v1_16_3", "v1_17_0", "v1_17_1" ] std = [ "rand" ] bench = [] @@ -32,4 +32,5 @@ gat = [] v1_15_2 = [] v1_16_3 = [] -v1_17_0 = []
\ No newline at end of file +v1_17_0 = [] +v1_17_1 = [] |