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" }