From 4eff8fc1f89703a6d75c12aa6bb73ff5093f539d Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sat, 11 Sep 2021 19:05:15 -0600 Subject: [PATCH] 1.55 imples 1.40 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f417304..0a8e51a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ rustc_1_40 = [] # features that require rustc 1.55 # use const generics to implement Array for all array lengths -rustc_1_55 = [] +rustc_1_55 = ["rustc_1_40"] # allow use of nightly feature `slice_partition_dedup`, # will become useless once that is stabilized: