diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | publish = false | 2 | publish = false |
| 3 | name = "adblock" | 3 | name = "adblock" |
| 4 | version = "0.5.2" | 4 | version = "0.6.0" |
| 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" |
| @@ -16,7 +16,7 @@ classifier = [ | |||
| 16 | "License :: OSI Approved :: MIT License", | 16 | "License :: OSI Approved :: MIT License", |
| 17 | "License :: OSI Approved :: Apache Software License", | 17 | "License :: OSI Approved :: Apache Software License", |
| 18 | ] | 18 | ] |
| 19 | requires-python = ">=3.6" | 19 | requires-python = ">=3.7" |
| 20 | 20 | ||
| 21 | [profile.release] | 21 | [profile.release] |
| 22 | debug = true | 22 | debug = true |
