From 003e33ba418f4956261ba4fae21b524c42a3b95f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2019 10:02:28 +0000 Subject: [PATCH] CompatHelper: add new compat entry for "Missings" at version "0.4" --- Project.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 521c38311..e54d12b06 100644 --- a/Project.toml +++ b/Project.toml @@ -14,6 +14,10 @@ SortingAlgorithms = "a2af1166-a08f-5f64-846c-94a0d3cef48c" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" +[compat] +Missings = "0.4" +julia = "1" + [extras] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" @@ -21,6 +25,3 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] test = ["Dates", "DelimitedFiles", "Test"] - -[compat] -julia = "1"