From 7fa6069efd01f8715af3d8dd0b8d73690f1d98a4 Mon Sep 17 00:00:00 2001 From: Matthew Bowers Date: Thu, 27 Jul 2023 14:16:15 -0400 Subject: [PATCH] v0.1.19 bump + made abstraction_prefix work --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b598327..c1daad3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stitch_bindings" -version = "0.1.18" +version = "0.1.19" edition = "2021" [lib] @@ -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" }