File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ toml = ["dep:toml_edit"]
1717bundled = [" z3/bundled" ]
1818
1919[dependencies ]
20- jingle = { git = " https://github.com/toolCHAINZ/jingle" , branch = " bool-translate " , features = [" gimli" ] }
20+ jingle = { git = " https://github.com/toolCHAINZ/jingle" , branch = " main " , features = [" gimli" ] }
2121z3 = { git = " https://github.com/toolCHAINZ/z3.rs.git" , branch = " patch-1" }
2222serde = { version = " 1.0.203" , features = [" derive" ] }
2323thiserror = " 2.0"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111[dependencies ]
1212pyo3 = { version = " 0.24" , features = [" extension-module" , " py-clone" ] }
1313crackers = {path = " ../crackers" , features = [" pyo3" ]}
14- jingle = {git = " https://github.com/toolCHAINZ/jingle.git" , branch = " bool-translate " , features = [" pyo3" ]}
14+ jingle = {git = " https://github.com/toolCHAINZ/jingle.git" , branch = " main " , features = [" pyo3" ]}
1515toml_edit = " 0.22.22"
1616z3 = { git = " https://github.com/toolCHAINZ/z3.rs.git" , branch = " patch-1" }
1717
You can’t perform that action at this time.
0 commit comments