barrel 0.7.0

A powerful schema migration building API for Rust
Documentation
build: false
build_script:
  - cargo test --verbose %cargoflags% --all-features
environment:
  matrix:
    - channel: stable
      target: x86_64-pc-windows-gnu
install:
  - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
  - rustup-init -yv --default-toolchain %channel% --default-host %target%
  - set PATH=%PATH%;%USERPROFILE%\.cargo\bin
  - rustc -vV
  - cargo -vV