Skip to content

Commit b73338f

Browse files
committed
Remove REQUIRE, add [compat] to Project.toml
1 parent 32c418a commit b73338f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Diff for: Project.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ authors = ["ScottPJones <[email protected]>"]
44
keywords = ["Strings", "Literals", "printf", "Format"]
55
license = "MIT"
66
uuid = "b5087856-efa9-5a6d-8e6f-97303a7af894"
7-
version = "0.2.0"
87

98
[deps]
109
ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf"
@@ -17,4 +16,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1716
[targets]
1817
test = ["Test"]
1918

20-
19+
[compat]
20+
julia = "^1.0.0"
21+
ModuleInterfaceTools = "≥ 1.0.0"
22+
Format = "≥ 1.0.0"
23+
StrLiterals = "≥ 1.0.0"

Diff for: REQUIRE

-4
This file was deleted.

0 commit comments

Comments
 (0)