From 685d2b9be4291e35667ca5973d93af4a957794f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Aug 2021 09:34:30 +0000 Subject: [PATCH 1/2] CompatHelper: add new compat entry for "StructTypes" at version "1" --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index a0acad1..438f27f 100644 --- a/Project.toml +++ b/Project.toml @@ -14,6 +14,7 @@ StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4" DataDeps = "0.7" HTTP = "0.9" JSON3 = "1.9" +StructTypes = "1" julia = "1.6" [extras] From 210c30dd3e17d150a478b4586369df5d99648178 Mon Sep 17 00:00:00 2001 From: JingYu Ning Date: Fri, 6 Aug 2021 17:54:44 +0800 Subject: [PATCH 2/2] add dep --- Project.toml | 2 +- docs/make.jl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 438f27f..ef72c7f 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4" DataDeps = "0.7" HTTP = "0.9" JSON3 = "1.9" -StructTypes = "1" +StructTypes = "1.7" julia = "1.6" [extras] diff --git a/docs/make.jl b/docs/make.jl index f48cee5..bc145c0 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -20,4 +20,5 @@ makedocs(; deploydocs(; repo="github.com/foldfelis/Fetch.jl", + devbranch="main" )