From 02f8f203fbbf05f89010f27f5d0d13a31a11f98f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 14 Feb 2024 00:04:20 +0000 Subject: [PATCH] CompatHelper: add new compat entry for LaTeXStrings at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index b2f9c8f..224b98b 100644 --- a/Project.toml +++ b/Project.toml @@ -12,6 +12,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] +LaTeXStrings = "1" julia = "1" [extras]