From 1158f1640f68bd32cc96d9f14025196955d0306e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Nov 2022 11:32:25 +0000 Subject: [PATCH] CompatHelper: add new compat entry for InvertedIndices at version 1 for package test, (keep existing compat) (#73) This pull request sets the compat entry for the `InvertedIndices` package to `1` for package test. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. Note: Consider registering a new release of your package immediately after merging this PR, as downstream packages may depend on this for tests to pass. Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com> --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index 34df851..0770c5c 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -12,6 +12,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Distributions = "0.25" Documenter = "0.26.3, 0.27" +InvertedIndices = "1" OffsetArrays = "1" Setfield = "0.7.1, 0.8, 1" julia = "1"