Skip to content

Commit d931e4f

Browse files
committed
Update branch
1 parent da3dc48 commit d931e4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crackers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ toml = ["dep:toml_edit"]
1717
bundled = ["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"] }
2121
z3 = { git = "https://github.com/toolCHAINZ/z3.rs.git", branch = "patch-1" }
2222
serde = { version = "1.0.203", features = ["derive"] }
2323
thiserror = "2.0"

crackers_python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111
[dependencies]
1212
pyo3 = { version = "0.24", features = ["extension-module", "py-clone"] }
1313
crackers = {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"]}
1515
toml_edit = "0.22.22"
1616
z3 = { git = "https://github.com/toolCHAINZ/z3.rs.git", branch = "patch-1" }
1717

0 commit comments

Comments
 (0)