Skip to content

Commit 90f5768

Browse files
committed
update z3.rs dependency to latest commit
1 parent 6611aa5 commit 90f5768

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,9 @@ harness = false
8686
opt-level = 3
8787

8888
[patch.crates-io]
89-
z3 = { git = 'https://github.com/Philipp15b/z3.rs.git', rev = 'bdd501ca1e50785365b875b3438a0cf953cffbfc' }
90-
z3-sys = { git = 'https://github.com/Philipp15b/z3.rs.git', rev = 'bdd501ca1e50785365b875b3438a0cf953cffbfc' }
89+
z3 = { git = 'https://github.com/Philipp15b/z3.rs.git', rev = '473cb83d85cbce92b837a1667693ca9ca38c046c' }
90+
z3-sys = { git = 'https://github.com/Philipp15b/z3.rs.git', rev = '473cb83d85cbce92b837a1667693ca9ca38c046c' }
9191
# to work on z3.rs locally, clone it into the main directory and use the following directive instead:
92-
# z3 = { path = 'z3.rs/z3' }
9392

9493
# see https://github.com/heim-rs/darwin-libproc/pull/3#issuecomment-1645444056
9594
darwin-libproc = { git = "https://github.com/Orycterope/darwin-libproc.git", rev = "f73ddb1002d51ae74c1b41670fae56bd5896b7a3" }

0 commit comments

Comments
 (0)