Skip to content

Commit

Permalink
v0.1.19 bump + made abstraction_prefix work
Browse files Browse the repository at this point in the history
  • Loading branch information
mlb2251 committed Jul 27, 2023
1 parent d43a42e commit 7fa6069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stitch_bindings"
version = "0.1.18"
version = "0.1.19"
edition = "2021"

[lib]
Expand All @@ -12,7 +12,7 @@ name = "stitch_core"

[dependencies]
# stitch_core = { path = "../stitch"}
stitch_core = { git = "https://github.com/mlb2251/stitch", rev = "f9ea04f59716b91"}
stitch_core = { git = "https://github.com/mlb2251/stitch", rev = "9a14653"}
pyo3 = {version = "0.17.3", features = ["extension-module"] }
clap = { version = "3.1.0" }

Expand Down

0 comments on commit 7fa6069

Please sign in to comment.