Skip to content

Commit

Permalink
v0.1.25 bumped to stitch version for mlb2251/stitch#180
Browse files Browse the repository at this point in the history
  • Loading branch information
mlb2251 committed Dec 7, 2023
1 parent 09aaa45 commit 06f2eda
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.24"
version = "0.1.25"
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 = "323da8c"}
stitch_core = { git = "https://github.com/mlb2251/stitch", rev = "aa0fa84"}
pyo3 = {version = "0.17.3", features = ["extension-module"] }
clap = { version = "3.1.0" }

Expand Down

0 comments on commit 06f2eda

Please sign in to comment.