Skip to content

Commit

Permalink
Try again to fix continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobjpeters committed Oct 20, 2024
1 parent 38f1906 commit 076e0b3
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
authors = ["Jakob Peters <[email protected]>"]
name = "Typstry"
uuid = "f0ed7684-a786-439e-b1e3-3b82803b501e"
authors = ["Jakob Peters <[email protected]>"]
version = "0.3.0"

[compat]
Artifacts = "1.10"
Dates = "1.10"
LaTeXStrings = "1.0.1"
Markdown = "1.10"
PrecompileTools = "1.0.1"
Typst_jll = "0.2, 0.3, 0.7, 0.8, 0.10, 0.11, 0.12"
julia = "1.10"

[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Typst_jll = "eb4b1da6-20f6-5c66-9826-fdb8ad410d0e"

[weakdeps]
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"

[extensions]
LaTeXStringsExtension = "LaTeXStrings"
MarkdownExtension = "Markdown"

[weakdeps]
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
[compat]
Artifacts = "1.10"
Dates = "1.10"
LaTeXStrings = "1.1"
Markdown = "1.10"
PrecompileTools = "1.0.1"
Typst_jll = "0.2, 0.3, 0.7, 0.8, 0.10, 0.11, 0.12"
julia = "1.10"

0 comments on commit 076e0b3

Please sign in to comment.