cargo-bump 1.1.0

Increments the version number of the current project.
language: rust
rust:
  - stable
  - beta
  - nightly
script:
  - cargo build
  - cargo test