Skip to content

Commit

Permalink
Fix: Memory leak of PyO3 (#240)
Browse files Browse the repository at this point in the history
* Fix: Memory leak

* bump

---------

Co-authored-by: Samuel Colvin <[email protected]>
  • Loading branch information
koseki2580 and samuelcolvin committed Aug 24, 2023
1 parent c08de39 commit c2c750c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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 @@ -25,7 +25,7 @@ include = [
[dependencies]
crossbeam-channel = "0.5.4"
notify = "5.0.0"
pyo3 = {version = "0.18.2", features = ["extension-module", "abi3-py37"]}
pyo3 = {version = "0.19.2", features = ["extension-module", "abi3-py37"]}

[lib]
name = "_rust_notify"
Expand Down

0 comments on commit c2c750c

Please sign in to comment.