python-adblock

Updated Brave adblock library for Python
Log | Files | Refs | README

commit 3e5e905facb5f198683effbfc3dfb7cd52bd8733
parent 82917b7b0541ae40b99ebf2643d3fc2748e8a2e8
Author: Árni Dagur <agudmundsson@fc-md.umd.edu>
Date:   Sat, 25 Apr 2020 16:49:21 -0400

Update adblock dependency to 0.2.8

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" debug = true [dependencies] -adblock = "0.2.6" +adblock = "0.2.8" pyo3 = "0.9" failure = "0.1"