diff options
| author | Árni Dagur <arni@dagur.eu> | 2021-03-20 03:44:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-20 03:44:51 +0000 |
| commit | 6c0619b2f5221567b614cf650ef37e4546eee1a1 (patch) | |
| tree | 73494856362e6162cd52b4a3a3ceaf368b1843ca /Cargo.toml | |
| parent | dc33223fcb1583bf31b89474ec299d45d8f80ef0 (diff) | |
Update adblock dependency to 0.3.10 (#39)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | publish = false | 2 | publish = false |
| 3 | name = "adblock" | 3 | name = "adblock" |
| 4 | version = "0.4.2" | 4 | version = "0.4.3" |
| 5 | edition = "2018" | 5 | edition = "2018" |
| 6 | authors = ["Árni Dagur <arni@dagur.eu>"] | 6 | authors = ["Árni Dagur <arni@dagur.eu>"] |
| 7 | license = "MIT OR Apache-2.0" | 7 | license = "MIT OR Apache-2.0" |
| @@ -22,7 +22,7 @@ requires-python = ">=3.6" | |||
| 22 | debug = true | 22 | debug = true |
| 23 | 23 | ||
| 24 | [dependencies] | 24 | [dependencies] |
| 25 | adblock = { version = "=0.3.4", default-features = false, features = ["full-regex-handling", "embedded-domain-resolver"] } | 25 | adblock = { version = "=0.3.10", default-features = false, features = ["full-regex-handling", "embedded-domain-resolver"] } |
| 26 | pyo3 = "0.13" | 26 | pyo3 = "0.13" |
| 27 | 27 | ||
| 28 | [lib] | 28 | [lib] |
| @@ -30,4 +30,4 @@ name = "adblock" | |||
| 30 | crate-type = ["rlib", "cdylib"] | 30 | crate-type = ["rlib", "cdylib"] |
| 31 | 31 | ||
| 32 | [features] | 32 | [features] |
| 33 | default = ["pyo3/extension-module"] \ No newline at end of file | 33 | default = ["pyo3/extension-module"] |
