Bump Rocket and minimum Rust version (#45)

This commit is contained in:
Yong Wen Chua 2018-09-17 09:46:50 +08:00 committed by GitHub
parent f4858e1029
commit 351f0f945f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ language: rust
rust:
- nightly
# Minimum Rust set by Rocket
- nightly-2018-07-16
- nightly-2018-08-24
branches:
only:
- master

View File

@ -21,7 +21,7 @@ serialization = ["serde", "serde_derive", "unicase_serde", "url_serde"]
[dependencies]
log = "0.3"
rocket = "0.3.15"
rocket = "0.3.16"
unicase = "2.0"
url = "1.5.1"
@ -33,7 +33,7 @@ url_serde = { version = "0.2.0", optional = true }
[dev-dependencies]
hyper = "0.10"
rocket_codegen = "0.3"
rocket_codegen = "0.3.16"
serde_json = "1.0"
serde_test = "1.0"