From b432e61efd4a12f2873221333b17886fa4815153 Mon Sep 17 00:00:00 2001 From: Matthew Bowers Date: Wed, 29 Nov 2023 13:19:32 -0500 Subject: [PATCH] bumping stitch version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6e18df3..7de6214 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stitch_bindings" -version = "0.1.22" +version = "0.1.23" edition = "2021" [lib] @@ -12,7 +12,7 @@ name = "stitch_core" [dependencies] # stitch_core = { path = "../stitch"} -stitch_core = { git = "https://github.com/mlb2251/stitch", rev = "9aabd8c"} +stitch_core = { git = "https://github.com/mlb2251/stitch", rev = "f96ba0e"} pyo3 = {version = "0.17.3", features = ["extension-module"] } clap = { version = "3.1.0" }