Skip to content

Commit eb0f9f0

Browse files
committed
Remove REQUIRE, add [compat] to Project.toml
1 parent 9df921d commit eb0f9f0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Project.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ keywords = ["Packages", "API", "Modules"]
44
license = "MIT"
55
desc = "Macro to help manage module and package APIs"
66
authors = ["ScottPJones <[email protected]>"]
7-
version = "0.2.1"
7+
version = "1.0.0"
88

99
[deps]
1010

@@ -14,3 +14,6 @@ InternedStrings = "7d512f48-7fb1-5a58-b986-67e6dc259f01"
1414

1515
[targets]
1616
test = ["Test", "InternedStrings"]
17+
18+
[compat]
19+
julia = "^1.0.0"

REQUIRE

-1
This file was deleted.

0 commit comments

Comments
 (0)