From 6593174f0fbb8f3cf4443a7be907098579f20398 Mon Sep 17 00:00:00 2001 From: Registrator Date: Thu, 26 Oct 2023 17:39:58 +0530 Subject: [PATCH] New version: XMLParser v0.2.0 (#94155) UUID: b09a1ce3-015a-45b4-89ae-f27efbd2c76d Repo: https://github.com/baxmittens/XMLParser.jl.git Tree: 73247ec4eb68c8b9cb0d949ba8c5fcb3885430f1 Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701 --- X/XMLParser/Compat.toml | 3 +++ X/XMLParser/Deps.toml | 2 ++ X/XMLParser/Versions.toml | 3 +++ 3 files changed, 8 insertions(+) diff --git a/X/XMLParser/Compat.toml b/X/XMLParser/Compat.toml index a1b267407790595..c6e89a9866c4e34 100644 --- a/X/XMLParser/Compat.toml +++ b/X/XMLParser/Compat.toml @@ -1,2 +1,5 @@ [0] julia = "1" + +["0.2-0"] +Test = "1" diff --git a/X/XMLParser/Deps.toml b/X/XMLParser/Deps.toml index e69de29bb2d1d64..d0efae4da6a2bec 100644 --- a/X/XMLParser/Deps.toml +++ b/X/XMLParser/Deps.toml @@ -0,0 +1,2 @@ +["0.2-0"] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/X/XMLParser/Versions.toml b/X/XMLParser/Versions.toml index 2cbdbf328260692..c2e682a017f5f7b 100644 --- a/X/XMLParser/Versions.toml +++ b/X/XMLParser/Versions.toml @@ -1,2 +1,5 @@ ["0.1.4"] git-tree-sha1 = "e13dccbbe2c1bf94df65418fda48c11609ccee56" + +["0.2.0"] +git-tree-sha1 = "73247ec4eb68c8b9cb0d949ba8c5fcb3885430f1"