webdriver-install 0.1.1-alpha.2

Fast and simple webdriver installation
Documentation
# Contributing to webdriver-install

All contributors are expected to follow the [Rust Code of Conduct](https://www.rust-lang.org/policies/code-of-conduct).

## Releasing a new version

Make sure you're logged into your cargo account:

    cargo login

Make sure cargo-release is installed:

    cargo install cargo-release

Do a dry-run before doing the actual release:

    cargo release <level> --dry-run

Create the actual release:

    cargo release <level>