Skip to content

Commit

Permalink
Bump flatzinc-serde from 0.1.0 to 0.2.0 in the production group
Browse files Browse the repository at this point in the history
Bumps the production group with 1 update: [flatzinc-serde](https://github.com/shackle-rs/shackle).


Updates `flatzinc-serde` from 0.1.0 to 0.2.0
- [Commits](https://github.com/shackle-rs/shackle/commits)

---
updated-dependencies:
- dependency-name: flatzinc-serde
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Dekker1 committed Apr 15, 2024
1 parent 4698548 commit 7512a18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/fzn-huub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"

[dependencies]
clap = { version = "4.4.18", features = ["derive"] }
flatzinc-serde = "0.1"
flatzinc-serde = "0.2"
humantime = "2.1.0"
huub = { path = "../huub" }
miette = { version = "7.2.0", features = ["fancy"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/huub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Jip J. Dekker <[email protected]>"]
license = "MIT"

[dependencies]
flatzinc-serde = "0.1"
flatzinc-serde = "0.2"
index_vec = "0.1.3"
pindakaas = { git = "https://github.com/pindakaashq/pindakaas.git", features = [
"ipasir-up",
Expand Down

0 comments on commit 7512a18

Please sign in to comment.