File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " jingle"
3- version = " 0.2 .1"
3+ version = " 0.1 .1"
44edition = " 2024"
55description = " SMT Modeling for Ghidra's PCODE"
66homepage = " https://github.com/toolCHAINZ/jingle"
@@ -19,7 +19,7 @@ name = "jingle"
1919required-features = [" bin_features" ]
2020
2121[dependencies ]
22- jingle_sleigh = { path = " ../jingle_sleigh" , version = " 0.2 .1" }
22+ jingle_sleigh = { path = " ../jingle_sleigh" , version = " 0.1 .1" }
2323z3 = { git = " https://github.com/prove-rs/z3.rs.git" , branch = " master" }
2424z3-sys = { git = " https://github.com/prove-rs/z3.rs.git" , branch = " master" , optional = true }
2525thiserror = " 2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " jingle_sleigh"
3- version = " 0.2 .1"
3+ version = " 0.1 .1"
44edition = " 2024"
55description = " An FFI layer for Ghidra's SLEIGH"
66homepage = " https://github.com/toolCHAINZ/jingle"
@@ -13,6 +13,8 @@ categories = ["api-bindings"]
1313keywords = [" ghidra" , " sleigh" , " pcode" ]
1414include = [
1515 " Cargo.toml" ,
16+ " README.md" ,
17+ " LICENSE" ,
1618 " SLEIGH_LICENSE" ,
1719 " build.rs" ,
1820 " src/**/*.*"
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ publish_allow_dirty = true # add `--allow-dirty` to `cargo publish`
88name = " jingle_python"
99publish = false # disable `cargo publish` for `package_a`
1010git_release_enable = false
11+ git_tag_enable = false
1112
1213[[package ]]
1314name = " jingle"
You can’t perform that action at this time.
0 commit comments