docs(Cargo.toml): note why an old version is being used

This commit is contained in:
Anna 2018-09-03 16:48:34 -04:00
parent 94366c7198
commit ae6efda783
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ logic = [
]
[dependencies]
# scraper relies on 0.23, which is not newest
cssparser = { version = "0.23", optional = true }
failure = { version = "0.1", optional = true }
lazy_static = { version = "1", optional = true }