From 2964fd864a4f1046a856a224e2d11a12ad0df9f0 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Mon, 13 Jan 2025 15:37:25 -0500 Subject: [PATCH] correct datalayer py-bindings settings for chia-protocol pointed out by @rigidity in https://github.com/Chia-Network/chia_rs/pull/872/files --- crates/chia-datalayer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/chia-datalayer/Cargo.toml b/crates/chia-datalayer/Cargo.toml index 3938a26e4..5bf64f533 100644 --- a/crates/chia-datalayer/Cargo.toml +++ b/crates/chia-datalayer/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/Chia-Network/chia_rs" workspace = true [features] -py-bindings = ["dep:pyo3"] +py-bindings = ["dep:pyo3", "chia-protocol/py-bindings"] [lib] crate-type = ["rlib"]