File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ default = ['algorithms-pyo3-bindings']
1717# So for CI builds, this feature is enabled, but for local builds,
1818# you don't need it as long as you have Z3 installed (because your
1919# build may take >30min if you enable it).
20- static-z3 = [" z3/bundled" ]
20+ static-z3 = [" z3/bundled" , " z3-sys/bundled " , " z3-sys/reqwest-native-tls-vendored " ]
2121
2222# Feature flag that enables Python bindings for the algorithms module
2323algorithms-pyo3-bindings = []
@@ -52,6 +52,7 @@ pyo3-log = "0.13"
5252# this to change because it might break our release builds.
5353# Cannot update `z3` because this version is used by lib-param-bn.
5454z3 =" ^0.19.7"
55+ z3-sys = " 0.10.4"
5556
5657[build-dependencies ]
5758pyo3-build-config = " 0.27"
You can’t perform that action at this time.
0 commit comments