Skip to content

Commit

Permalink
Update compat and CI (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare authored Mar 19, 2024
1 parent b4ca734 commit 5b97df5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
version:
- "1.9"
- "1.10"
- 'nightly'
os:
- ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LocalSearchSolvers"
uuid = "2b10edaa-728d-4283-ac71-07e312d6ccf3"
authors = ["Jean-Francois Baffier"]
version = "0.4.3"
version = "0.4.4"

[deps]
CompositionalNetworks = "4b67e4b5-442d-4ef5-b760-3f5df3a57537"
Expand All @@ -18,7 +18,7 @@ OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
CompositionalNetworks = "0.5"
ConstraintDomains = "0.3"
Constraints = "0.5"
Dictionaries = "0.3"
Dictionaries = "0.4"
JSON = "0.21"
Lazy = "0.15"
OrderedCollections = "1.6"
Expand Down

0 comments on commit 5b97df5

Please sign in to comment.