Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ napi-build = "2"
# without linking libpython or needing a Python interpreter. `extension-module` is
# gated behind the crate's own default feature so it can be toggled off. pyo3 default
# features (incl. `macros`) are kept. pythonize's minor must track pyo3's (0.29 ↔ 0.29).
pyo3 = { version = "=0.29.0", features = ["abi3-py311"] }
pyo3 = { version = "=0.29.2", features = ["abi3-py311"] }
pythonize = "=0.29.0"
# notify is CC0-1.0 (public-domain dedication). CC0 is permissive and non-contaminating
# with respect to the workspace MIT license. Explicitly accepted here.
Expand Down
Loading