We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d51e53 commit 5c76c3aCopy full SHA for 5c76c3a
Project.toml
@@ -4,12 +4,13 @@ keywords = ["Entities", "Unicode"]
4
license = "MIT"
5
name = "Unicode_Entities"
6
uuid = "a8aa15d3-c567-5e9f-b6cc-4b0f97f09cf7"
7
-version = "0.2.8"
+version = "0.2.9"
8
9
[deps]
10
-Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
11
-Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
12
-Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
13
-Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
14
-
15
StrTables = "9700d1a9-a7c8-5760-9816-a99fda30bb8f"
+
+[extras]
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
+[targets]
16
+test = ["Test"]
0 commit comments