Skip to content

Commit 4573ce9

Browse files
committed
Remove REQUIRE, add [compat] to Project.toml
1 parent c6f4422 commit 4573ce9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Project.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ keywords = ["Characters"]
44
license = "MIT"
55
desc = "Basic functionality for Chr type"
66
authors = ["ScottPJones <[email protected]>"]
7-
version = "0.2.0"
87

98
[deps]
109
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
@@ -20,3 +19,9 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2019

2120
[targets]
2221
test = ["Test"]
22+
23+
[compat]
24+
julia = "^1.0.0"
25+
ModuleInterfaceTools = "≥ 1.0.0"
26+
StrAPI = "≥ 1.0.0"
27+
CharSetEncodings = "≥ 1.0.0"

REQUIRE

-4
This file was deleted.

0 commit comments

Comments
 (0)