Skip to content

Commit

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

Signed-off-by: Oleh Bohzok <[email protected]>
  • Loading branch information
olehbozhok committed Jan 10, 2025
1 parent c1ac642 commit 0069527
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", "gil-refs"] }
pyo3 = { version = "0.22.5", features = ["extension-module"] }
cedarling = { workspace = true, features = ["blocking"] }
serde = { workspace = true }
serde_json = { workspace = true }
Expand Down

0 comments on commit 0069527

Please sign in to comment.