summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorÁrni Dagur <agudmundsson@fc-md.umd.edu>2020-04-05 03:59:39 -0400
committerÁrni Dagur <agudmundsson@fc-md.umd.edu>2020-04-05 03:59:39 -0400
commit5b1284cbb56963315c6576b39c7e1329fc9954e8 (patch)
treec4a28340752424cb6f4be5733c77e47d705d53ef /Cargo.toml
parentd697bf7ee74e0e3dc476c176a392269530ff6c74 (diff)
Bugfix: Allow overwriting existing file in 'serialize_to_file'
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8ed386a..13cea47 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
1[package] 1[package]
2name = "adblock" 2name = "adblock"
3publish = false 3publish = false
4version = "0.1.1" 4version = "0.1.2"
5authors = ["Árni Dagur <arni@dagur.eu"] 5authors = ["Árni Dagur <arni@dagur.eu"]
6edition = "2018" 6edition = "2018"
7 7