diff --git a/Project.toml b/Project.toml index a0acad1..ef72c7f 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.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" )