Skip to content

Commit 951b840

Browse files
committed
Remove REQUIRE, add [compat] to Project.toml
1 parent cf48429 commit 951b840

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Project.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ keywords = ["Strings", "Formatting"]
2323
license = "MIT"
2424
name = "Format"
2525
uuid = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
26-
version = "0.8.0"
26+
version = "1.0.0"
2727

2828
[deps]
2929
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
30+
31+
[compat]
32+
julia = "^1.0.0"
33+
Compat = "≥ 1.0.1"

REQUIRE

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)