Skip to content

Commit 224988b

Browse files
committed
Bump version since I probably broke things
1 parent e7860c4 commit 224988b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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.1.1"
3+
version = "0.2.1"
44
edition = "2021"
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.1.1" }
22+
jingle_sleigh = { path = "../jingle_sleigh", version = "0.2.0" }
2323
z3 = { git = "https://github.com/prove-rs/z3.rs.git", branch = "master" }
2424
thiserror = "1.0.58"
2525
serde = { version = "1.0.197", features = ["derive"] }

jingle_sleigh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jingle_sleigh"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "An FFI layer for Ghidra's SLEIGH"
66
homepage = "https://github.com/toolCHAINZ/jingle"

0 commit comments

Comments
 (0)