diff options
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 = [] |