Skip to content

Commit

Permalink
Update PyO3 (#267)
Browse files Browse the repository at this point in the history
* Update PyO3 to 0.20.3, to fix PowerPC

Update pinned PyO3 to 0.20.3, which remains API-compatible and fixes
issues with PowerPC.

* fix linting

---------

Co-authored-by: Samuel Colvin <s@muelcolvin.com>
  • Loading branch information
mgorny and samuelcolvin committed May 6, 2024
1 parent 9f19a18 commit 26b005e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
28 changes: 18 additions & 10 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const CHANGE_ADDED: u8 = 1;
const CHANGE_MODIFIED: u8 = 2;
const CHANGE_DELETED: u8 = 3;

#[allow(dead_code)]
#[derive(Debug)]
enum WatcherEnum {
None,
Expand Down

0 comments on commit 26b005e

Please sign in to comment.