Skip to content

Commit

Permalink
day 24: fix z3 dep and update lock
Browse files Browse the repository at this point in the history
  • Loading branch information
anisse committed Dec 25, 2023
1 parent 6e1cb93 commit d84db79
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .cargo/config.toml

This file was deleted.

19 changes: 19 additions & 0 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
itertools = "0.12.0"
z3 = { version = "0.12.1", features = ["static-link-z3"] }# cannot find z3.h in fedora
z3 = { version = "0.12.1", features = ["static-link-z3"] }# cannot find z3.h in fedora
#z3 = "0.12.1"

[features]
Expand Down

0 comments on commit d84db79

Please sign in to comment.