Skip to content

Commit 26eb996

Browse files
committed
Update PyO3 to 0.28
1 parent f41c777 commit 26eb996

File tree

3 files changed

+20
-59
lines changed

3 files changed

+20
-59
lines changed

Cargo.lock

Lines changed: 18 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ categories = ["web-programming"]
1414
crate-type = ["cdylib"]
1515

1616
[dependencies]
17-
pyo3 = "0.27.2"
17+
pyo3 = "0.28.0"
1818
deno_urlpattern = { package = "urlpattern", version = "0.5.2" }

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ impl From<deno_urlpattern::Error> for Error {
353353
}
354354

355355
/// A Python module implemented in Rust.
356-
#[pymodule(gil_used = false)]
356+
#[pymodule]
357357
mod urlpattern {
358358
#[pymodule_export]
359359
use super::UrlPattern;

0 commit comments

Comments
 (0)