Skip to content

Commit 69baae1

Browse files
committed
z3: include fixes for the C++ build
the updated Z3 submodule in the referenced and updated z3.rs repository now includes changes from the following two Z3 pull requests: * Z3Prover/z3#7235 * Z3Prover/z3#7313 these fixes are necessary because newer compilers reject the old code now; this includes the compiler shipped with the most recent release of MacOS/XCode
1 parent 9840dd8 commit 69baae1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ harness = false
8686
opt-level = 3
8787

8888
[patch.crates-io]
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' }
89+
z3 = { git = 'https://github.com/Philipp15b/z3.rs.git', rev = '53d9de51c575ae7b83dccc38762f74a725ad812d' }
90+
z3-sys = { git = 'https://github.com/Philipp15b/z3.rs.git', rev = '53d9de51c575ae7b83dccc38762f74a725ad812d' }
9191
# to work on z3.rs locally, clone it into the main directory and use the following directive instead:
9292

9393
# see https://github.com/heim-rs/darwin-libproc/pull/3#issuecomment-1645444056

0 commit comments

Comments
 (0)