Skip to content

Commit 874f246

Browse files
committed
A few more changes
1 parent e78793d commit 874f246

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

jingle/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jingle"
3-
version = "0.2.1"
3+
version = "0.1.1"
44
edition = "2024"
55
description = "SMT Modeling for Ghidra's PCODE"
66
homepage = "https://github.com/toolCHAINZ/jingle"
@@ -19,7 +19,7 @@ name = "jingle"
1919
required-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" }
2323
z3 = { git = "https://github.com/prove-rs/z3.rs.git", branch = "master" }
2424
z3-sys = { git = "https://github.com/prove-rs/z3.rs.git", branch = "master", optional = true }
2525
thiserror = "2.0"

jingle_sleigh/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jingle_sleigh"
3-
version = "0.2.1"
3+
version = "0.1.1"
44
edition = "2024"
55
description = "An FFI layer for Ghidra's SLEIGH"
66
homepage = "https://github.com/toolCHAINZ/jingle"
@@ -13,6 +13,8 @@ categories = ["api-bindings"]
1313
keywords = ["ghidra", "sleigh", "pcode"]
1414
include = [
1515
"Cargo.toml",
16+
"README.md",
17+
"LICENSE",
1618
"SLEIGH_LICENSE",
1719
"build.rs",
1820
"src/**/*.*"

release-plz.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ publish_allow_dirty = true # add `--allow-dirty` to `cargo publish`
88
name = "jingle_python"
99
publish = false # disable `cargo publish` for `package_a`
1010
git_release_enable = false
11+
git_tag_enable = false
1112

1213
[[package]]
1314
name = "jingle"

0 commit comments

Comments
 (0)