Skip to content

Commit b2f70b8

Browse files
committed
Fix build
1 parent f769623 commit b2f70b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bundled = ["z3/bundled"]
2525
opt-level = 3
2626

2727
[dependencies]
28-
jingle = { git = "https://github.com/toolCHAINZ/jingle", branch = "dev", features = ["gimli"] }
28+
jingle = { git = "https://github.com/toolCHAINZ/jingle", branch = "main", features = ["gimli"] }
2929
z3 = { git = "https://github.com/prove-rs/z3.rs.git", branch = "master" }
3030
serde = { version = "1.0.203", features = ["derive"] }
3131
thiserror = "1.0.58"

0 commit comments

Comments
 (0)