summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bf51c19..f1ed52e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
1[package] 1[package]
2publish = false 2publish = false
3name = "adblock" 3name = "adblock"
4version = "0.5.2" 4version = "0.6.0"
5edition = "2018" 5edition = "2018"
6authors = ["Árni Dagur <arni@dagur.eu>"] 6authors = ["Árni Dagur <arni@dagur.eu>"]
7license = "MIT OR Apache-2.0" 7license = "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]
19requires-python = ">=3.6" 19requires-python = ">=3.7"
20 20
21[profile.release] 21[profile.release]
22debug = true 22debug = true