Skip to content

Commit 5636073

Browse files
committed
Remove REQUIRE, add [compat] to Project.toml
1 parent fe1ea54 commit 5636073

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Project.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ keywords = ["Strings", "Characters", "Encodings"]
44
license = "MIT"
55
desc = "Basic API for string encodings, character sets, etc."
66
authors = ["ScottPJones <scottjones@alum.mit.edu>"]
7-
version = "0.2.0"
7+
version = "1.0.0"
88

99
[deps]
1010
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
@@ -16,3 +16,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1616

1717
[targets]
1818
test = ["Test"]
19+
20+
[compat]
21+
julia = "^1.0.0"
22+
ModuleInterfaceTools = "≥ 1.0.0"

REQUIRE

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

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
matrix:
33
- julia_version: 1.0
4-
- julia_version: 1.1
4+
- julia_version: 1
55
- julia_version: latest
66

77
platform:

0 commit comments

Comments
 (0)