Update Rocket to latest version
Rocket requires nightly, but on nightly 2017-12-13 and after the version of Rocket juniper's integration was using wouldn't build. This is solved by updating Rocket to `0.3.4` which according to the [changelog](https://github.com/SergioBenitez/Rocket/blob/v0.3.4/CHANGELOG.md#version-034-dec-14-2017): "Codegen was updated for 2017-12-13 nightly."
This commit is contained in:
parent
203af1ce98
commit
5c3fb8e913
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ serde_derive = {version="1.0.2" }
|
|||
serde_json = { version = "1.0.2" }
|
||||
juniper = { version = "0.9.1" , path = "../juniper"}
|
||||
|
||||
rocket = { version = "0.3.0" }
|
||||
rocket_codegen = { version = "0.3.0" }
|
||||
rocket = { version = "0.3.4" }
|
||||
rocket_codegen = { version = "0.3.4" }
|
||||
|
||||
[dev-dependencies.juniper]
|
||||
version = "0.9.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue