Skip to content

Commit

Permalink
fixup! Bump pyo3 from 0.21.2 to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Jun 27, 2024
1 parent b059e62 commit 2bc4938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/python/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ use std::borrow::Cow;

use abcrypt::argon2;
use pyo3::{
exceptions::PyValueError, pyclass, pyfunction, pymethods, pymodule, types::PyModule,
wrap_pyfunction, Bound, PyResult,
exceptions::PyValueError, prelude::PyModuleMethods, pyclass, pyfunction, pymethods, pymodule,
types::PyModule, wrap_pyfunction, Bound, PyResult,
};

pub use crate::params::Params;
Expand Down

0 comments on commit 2bc4938

Please sign in to comment.