Library for building a webcrawlers
The MSRV (Minimum Supported Rust Version) is fixed for a given minor (1.x) version. However it can be increased when bumping minor versions, i.e. going from 1.0 to 1.1 allows us to increase the MSRV. Users unable to increase their Rust version can use an older minor version instead. Below is a list of webcrawler versions and their MSRV:
- v0.1: Rust 1.70.
Note however that webcrawler also has dependencies, which might have different MSRV policies. We try to stick to the above policy when updating dependencies, but this is not always possible.