Skip to content

Commit 64008e4

Browse files
yotamofekdavidhewitt
authored andcommitted
docs: Don't try to build gil-refs feature (#4712)
Build for v0.23.0 docs is currently failing (https://docs.rs/crate/pyo3/0.23.0/builds/1542136)
1 parent 48771de commit 64008e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ members = [
147147

148148
[package.metadata.docs.rs]
149149
no-default-features = true
150-
features = ["full", "gil-refs"]
150+
features = ["full"]
151151
rustdoc-args = ["--cfg", "docsrs"]
152152

153153
[workspace.lints.clippy]

0 commit comments

Comments
 (0)