diff --git a/T/Typstry/Compat.toml b/T/Typstry/Compat.toml index 669ae2cc6371021..93ddee3dfcc1deb 100644 --- a/T/Typstry/Compat.toml +++ b/T/Typstry/Compat.toml @@ -6,7 +6,14 @@ Artifacts = "1" Typst_jll = "0.1-0.11" julia = "1.6.0-1" -["0.2-0"] +["0.2"] Artifacts = "1.7.0-1" -Typst_jll = ["0.2-0.3", "0.7-0.8", "0.10-0.11"] julia = "1.7.0-1" + +["0.2-0"] +Typst_jll = ["0.2-0.3", "0.7-0.8", "0.10-0.11"] + +["0.3-0"] +Artifacts = "1" +Dates = "1" +julia = "1.10.0-1" diff --git a/T/Typstry/Deps.toml b/T/Typstry/Deps.toml index 3d7b555585e5051..2a8cd8929839723 100644 --- a/T/Typstry/Deps.toml +++ b/T/Typstry/Deps.toml @@ -2,3 +2,6 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" Typst_jll = "eb4b1da6-20f6-5c66-9826-fdb8ad410d0e" + +["0.3-0"] +Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" diff --git a/T/Typstry/Versions.toml b/T/Typstry/Versions.toml index a6940b3e8a7886c..2780da3eac4220f 100644 --- a/T/Typstry/Versions.toml +++ b/T/Typstry/Versions.toml @@ -3,3 +3,6 @@ git-tree-sha1 = "af4da5570ede8dd967c4c39acc9987362f603e7b" ["0.2.0"] git-tree-sha1 = "0752c3317207035b01c05b3963986375c321b54f" + +["0.3.0"] +git-tree-sha1 = "d776a7c704a5a4c56209dd8734dce854728ea9ce" diff --git a/T/Typstry/WeakCompat.toml b/T/Typstry/WeakCompat.toml new file mode 100644 index 000000000000000..d232574bdda0ee2 --- /dev/null +++ b/T/Typstry/WeakCompat.toml @@ -0,0 +1,3 @@ +["0.3-0"] +LaTeXStrings = "1" +Markdown = "1" diff --git a/T/Typstry/WeakDeps.toml b/T/Typstry/WeakDeps.toml new file mode 100644 index 000000000000000..2b50277ffb7f26c --- /dev/null +++ b/T/Typstry/WeakDeps.toml @@ -0,0 +1,3 @@ +["0.3-0"] +LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f" +Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"