aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorregenerativep <regeneralp@gmail.com>2021-10-24 15:08:19 -0400
committerregenerativep <regeneralp@gmail.com>2021-10-24 15:08:19 -0400
commit7e716b8244aab8a639f4f3a585eb10fc825e191a (patch)
treeef90d54093e9045aee62722a3956d8d4ac3b3f93 /Cargo.toml
parentec59779909f9b8459064c65ceebe5f6c0c7280f0 (diff)
downloadmcproto-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.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ab7030a..71a7688 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 = []