Skip to content

Commit

Permalink
Update dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed Oct 27, 2023
1 parent 48935c3 commit 2d599a4
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 81 deletions.
166 changes: 86 additions & 80 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ edition = "2021"
exclude = ["/.github"]

[dependencies]
flatzinc = "0.3"
# flatzinc = "0.3"
flatzinc = {git = "https://github.com/potassco/flatzinc.git", branch="st/winnow" }
clap = { version = "3.1", features = ["derive"] }
anyhow = "1.0"
thiserror = "1.0"
Expand Down

0 comments on commit 2d599a4

Please sign in to comment.