From dca93443a2e976ad58b66970e4ce464438caa5bf Mon Sep 17 00:00:00 2001 From: Oleh Bohzok Date: Fri, 10 Jan 2025 16:40:30 +0200 Subject: [PATCH] Revert "chore(jans-cedarling): remove pyo3 feature "gil-refs", because it is not compatible with rust 1.84.0" This reverts commit 0069527e00c031359e499b42527ebe7b5ac2104a. --- jans-cedarling/bindings/cedarling_python/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jans-cedarling/bindings/cedarling_python/Cargo.toml b/jans-cedarling/bindings/cedarling_python/Cargo.toml index 616c7a36078..b28c005cdba 100644 --- a/jans-cedarling/bindings/cedarling_python/Cargo.toml +++ b/jans-cedarling/bindings/cedarling_python/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] # dependency for NOT wasm target [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -pyo3 = { version = "0.22.5", features = ["extension-module"] } +pyo3 = { version = "0.22.5", features = ["extension-module", "gil-refs"] } cedarling = { workspace = true, features = ["blocking"] } serde = { workspace = true } serde_json = { workspace = true }