summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2021-06-26 20:50:00 +0000
committerÁrni Dagur <arni@dagur.eu>2021-06-26 20:50:00 +0000
commit06f0782a460edb4dec786842a9f52b9429a4d7e8 (patch)
treed8213ca7114a61788993ff693ed4c59244067f1c /Cargo.toml
parentd42162d21d5fe0408d02966c9180817d54bcb66e (diff)
Bump version to 0.5.0
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 aab0751..cea74dc 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.4.4" 4version = "0.5.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"
@@ -27,4 +27,4 @@ pyo3 = { version = "0.13", features = ["abi3-py36", "extension-module"] }
27 27
28[lib] 28[lib]
29name = "adblock" 29name = "adblock"
30crate-type = ["rlib", "cdylib"] \ No newline at end of file 30crate-type = ["rlib", "cdylib"]