Skip to content

Commit 61ba539

Browse files
committed
Compat and tests update
1 parent 2aed705 commit 61ba539

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Constraints"
22
uuid = "30f324ab-b02d-43f0-b619-e131c61659f7"
33
authors = ["Jean-François Baffier"]
4-
version = "0.5.8"
4+
version = "0.5.9"
55

66
[deps]
77
CompositionalNetworks = "4b67e4b5-442d-4ef5-b760-3f5df3a57537"
@@ -14,9 +14,9 @@ PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
1414
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
1515

1616
[compat]
17-
CompositionalNetworks = "0.5"
18-
ConstraintCommons = "0.2"
19-
ConstraintDomains = "0.3"
17+
CompositionalNetworks = "0.6"
18+
ConstraintCommons = "0.3"
19+
ConstraintDomains = "0.4"
2020
DataFrames = "1"
2121
Dictionaries = "0.4"
2222
MacroTools = "0.5"

test/Aqua.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# TODO: Fix the broken tests and remove the `broken = true` flag
66
Aqua.test_all(
77
Constraints;
8-
ambiguities = (broken = true,),
8+
ambiguities = (broken = false,),
99
deps_compat = false,
1010
piracies = (broken = true,),
1111
unbound_args = (broken = false)

0 commit comments

Comments
 (0)