Skip to content

Commit 9f4480c

Browse files
authored
Merge pull request #250 from KenoAIStaging/kf/aqua-0.8-compat
compat: Allow Aqua 0.8
2 parents 983203c + bb2fb86 commit 9f4480c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Project.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
2222
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
2323

2424
[compat]
25-
Aqua = "0.6"
25+
Aqua = "0.6, 0.8"
26+
Base64 = "1"
2627
CodecZlib = "0.6, 0.7"
2728
DashBase = "1"
2829
DashCoreComponents = "2.0.0"
@@ -33,6 +34,10 @@ HTTP = "1"
3334
JSON = "0.21"
3435
JSON3 = "1.9"
3536
MD5 = "0.2"
37+
Pkg = "1"
38+
Sockets = "1"
39+
Test = "1"
40+
UUIDs = "1"
3641
YAML = "0.4.7"
3742
julia = "1.6"
3843

0 commit comments

Comments
 (0)