Skip to content

Commit

Permalink
Update pyo3 in docs to v0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Aug 29, 2024
1 parent 91cdb1e commit 2da7727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
RUSTDOCFLAGS="\
--enable-index-page \
--generate-link-to-definition \
--extern-html-root-url pyo3=https://docs.rs/pyo3/0.21/ \
--extern-html-root-url pyo3=https://docs.rs/pyo3/0.22/ \
-Zunstable-options\
" cargo doc \
--all-features \
Expand Down

0 comments on commit 2da7727

Please sign in to comment.