Skip to content

Commit

Permalink
docs: Don't try to build gil-refs feature (#4712)
Browse files Browse the repository at this point in the history
Build for v0.23.0 docs is currently failing (https://docs.rs/crate/pyo3/0.23.0/builds/1542136)
  • Loading branch information
yotamofek authored Nov 15, 2024
1 parent a7fbe36 commit 46db18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ members = [

[package.metadata.docs.rs]
no-default-features = true
features = ["full", "gil-refs"]
features = ["full"]
rustdoc-args = ["--cfg", "docsrs"]

[workspace.lints.clippy]
Expand Down

0 comments on commit 46db18e

Please sign in to comment.