We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f769623 commit b2f70b8Copy full SHA for b2f70b8
Cargo.toml
@@ -25,7 +25,7 @@ bundled = ["z3/bundled"]
25
opt-level = 3
26
27
[dependencies]
28
-jingle = { git = "https://github.com/toolCHAINZ/jingle", branch = "dev", features = ["gimli"] }
+jingle = { git = "https://github.com/toolCHAINZ/jingle", branch = "main", features = ["gimli"] }
29
z3 = { git = "https://github.com/prove-rs/z3.rs.git", branch = "master" }
30
serde = { version = "1.0.203", features = ["derive"] }
31
thiserror = "1.0.58"
0 commit comments