Merge branch 'master' into feature/ructe

This commit is contained in:
Rasmus Kaj 2016-09-23 17:28:52 +02:00
commit 3c813d4483
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
language: rust
cache: cargo
services:
- postgresql
before_script:
- cargo update || true
- echo "DATABASE_URL=postgres://localhost/rphotos" > .env
- cargo install -v diesel_cli --no-default-features --features postgres
- cargo install -v diesel_cli --no-default-features --features postgres || true
- $HOME/.cargo/bin/diesel setup

View File

@ -42,7 +42,7 @@ name = "setpassword"
path = "src/setpassword.rs"
[dependencies]
nickel = ">= 0.8.1"
nickel = "^0.8.1"
nickel-jwt-session = "^0.4"
env_logger = "*"
log = "*"