From c7ef93f39ae737ea2ab9314415188e1c473d3166 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 5 Apr 2022 22:26:33 +0000 Subject: [PATCH] CompatHelper: bump compat for Indexes to 0.2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a7bec9b..70ce08c 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ BioGenerics = "0.1" ColorTypes = "0.7, 0.8, 0.9, 0.10, 0.11" FixedPointNumbers = "0.5, 0.6, 0.7, 0.8" GenomicFeatures = "2" -Indexes = "0.1" +Indexes = "0.1, 0.2" TranscodingStreams = "0.9.5" julia = "1"