Skip to content

Commit 5856a6a

Browse files
committed
Remove REQUIRE, add [compat] to Project.toml
1 parent b4753bb commit 5856a6a

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

Project.toml

+21-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ authors = ["ScottPJones <[email protected]>"]
44
keywords = ["Strings", "Characters", "Formatting", "Intern", "Unicode", "Regex"]
55
license = "MIT"
66
uuid = "7bddbee9-b4ee-5d4f-bf0b-c84b4398bbf6"
7-
version = "0.2.1"
87

98
[deps]
109
ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf"
@@ -38,3 +37,24 @@ BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
3837

3938
[targets]
4039
test = ["Test", "REPL", "BenchmarkTools"]
40+
41+
[compat]
42+
InternedStrings = "≥ 0.7.0"
43+
HTML_Entities = "≥ 1.0.0"
44+
ModuleInterfaceTools = "≥ 1.0.0"
45+
StrFormat = "≥ 1.0.0"
46+
ChrBase = "≥ 1.0.0"
47+
Format = "≥ 1.0.0"
48+
Emoji_Entities = "≥ 1.0.0"
49+
StrAPI = "≥ 1.0.0"
50+
MurmurHash3 = "≥ 1.0.0"
51+
PCRE2 = "≥ 1.0.0"
52+
StrEntities = "≥ 1.0.0"
53+
StrBase = "≥ 1.0.0"
54+
Unicode_Entities = "≥ 1.0.0"
55+
julia = "≥ 1.0.0"
56+
StrRegex = "≥ 1.0.0"
57+
LaTeX_Entities = "≥ 1.0.0"
58+
StrLiterals = "≥ 1.0.0"
59+
CharSetEncodings = "≥ 1.0.0"
60+
StrTables = "≥ 1.0.0"

REQUIRE

-19
This file was deleted.

0 commit comments

Comments
 (0)