Skip to content

Commit

Permalink
bump chia_py_streamable_macro version
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Nov 21, 2022
1 parent 5490a0e commit 387dd73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chia-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyo3 = { version = "=0.15.1", features = ["extension-module", "multiple-pymethod
sha2 = "=0.10.2"
hex = "=0.4.3"
chia_streamable_macro = { version = "=0.2.3", path = "../chia_streamable_macro" }
chia_py_streamable_macro = { path = "../chia_py_streamable_macro", version = "=0.1.1", optional = true }
chia_py_streamable_macro = { path = "../chia_py_streamable_macro", version = "=0.1.2", optional = true }
clvmr = "=0.1.24"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion chia_py_streamable_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia_py_streamable_macro"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "Apache-2.0"
description = "Derive macro to create python bindings for Chia types"
Expand Down
2 changes: 1 addition & 1 deletion wheel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ chia = { path = "..", features = ["py-bindings"] }
chia-protocol = { path = "../chia-protocol", features = ["py-bindings"] }
clvmr = "=0.1.24"
pyo3 = { version = "=0.15.1", features = ["extension-module", "multiple-pymethods"] }
chia_py_streamable_macro = { version= "0.1.1", path = "../chia_py_streamable_macro" }
chia_py_streamable_macro = { version= "0.1.2", path = "../chia_py_streamable_macro" }
chia_streamable_macro = { version = "0.2.3", path = "../chia_streamable_macro" }
hex = "=0.4.3"

0 comments on commit 387dd73

Please sign in to comment.