From 897b7472ed85db6498e8acb33a8907502849d4ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 21:22:10 +0200 Subject: [PATCH] CompatHelper: bump compat for "StaticArrays" to "1.0" (#57) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index a7f61d12..a50d5ec4 100644 --- a/Project.toml +++ b/Project.toml @@ -30,24 +30,24 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" [compat] -julia = "1" ArgParse = "1" -Formatting = "0.4" -NamedArrays = "0.9" -PairwiseListMatrices = "0.8" AutoHashEquals = "0.2" Clustering = "0.14" CodecZlib = "0.6, 0.7" DataStructures = "0.17" FastaIO = "1" +Formatting = "0.4" HTTP = "0.8" LightXML = "0.8, 0.9" +NamedArrays = "0.9" +PairwiseListMatrices = "0.8" ProgressMeter = "1" RecipesBase = "1" Requires = "1" -StaticArrays = "0.12" +StaticArrays = "0.12, 1.0" StatsBase = "0.32, 0.33" TranscodingStreams = "0.9" +julia = "1" [extras] DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"