From fb3aec03f48ef89c1eb28a225e30df8d92cea882 Mon Sep 17 00:00:00 2001 From: vin Date: Sat, 15 Nov 2025 19:10:20 -0500 Subject: update dependencies --- Cargo.toml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index dc2f5f9..e90e35f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] publish = false name = "adblock" -version = "0.6.0" -edition = "2018" +version = "0.7.0" +edition = "2021" authors = ["Árni Dagur "] license = "MIT OR Apache-2.0" readme = "README.md" @@ -13,9 +13,12 @@ repository = "https://github.com/ArniDagur/python-adblock" debug = true [dependencies] -adblock = { version = "=0.5.6", default-features = false, features = ["full-regex-handling", "embedded-domain-resolver"] } -pyo3 = { version = "0.16", features = ["abi3-py37", "extension-module"] } +adblock = { version = "0.11.1", default-features = false, features = ["full-regex-handling", "embedded-domain-resolver"] } +pyo3 = { version = "0.22", features = ["abi3-py38", "extension-module"] } [lib] name = "adblock" crate-type = ["rlib", "cdylib"] + +[[tool.maturin.python-packages]] +name = "adblock" -- cgit v1.2.3