Skip to content

Commit

Permalink
Revert "chore(jans-cedarling): remove pyo3 feature "gil-refs", becaus…
Browse files Browse the repository at this point in the history
…e it is not compatible with rust 1.84.0"

This reverts commit 0069527.
  • Loading branch information
olehbozhok committed Jan 10, 2025
1 parent 0069527 commit dca9344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jans-cedarling/bindings/cedarling_python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit dca9344

Please sign in to comment.