Skip to content

Commit

Permalink
Remove REQUIRE, add [compat] to Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Apr 18, 2019
1 parent 32c418a commit b73338f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 5 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ authors = ["ScottPJones <[email protected]>"]
keywords = ["Strings", "Literals", "printf", "Format"]
license = "MIT"
uuid = "b5087856-efa9-5a6d-8e6f-97303a7af894"
version = "0.2.0"

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


[compat]
julia = "^1.0.0"
ModuleInterfaceTools = "≥ 1.0.0"
Format = "≥ 1.0.0"
StrLiterals = "≥ 1.0.0"
4 changes: 0 additions & 4 deletions REQUIRE

This file was deleted.

0 comments on commit b73338f

Please sign in to comment.